#242C78

Color #242C78 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #242C78

Tints of Torea Bay #242C78

Color information

#242C78 (or 0x242C78) is unknown color: approx Torea Bay. HEX triplet: 24, 2C and 78. RGB value is (36,44,120). Sum of RGB (Red+Green+Blue) = 36+44+120=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #242C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C78 is #DBD387. Grayscale: #313131. Windows color (decimal): -14406536 or 7875620. OLE color: 7875620.

HSL color Cylindrical-coordinate representation of color #242C78: hue angle of 234.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242C78 is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3644120-
CMYK0.70.6300.53
HSL234.29º53.85%30.59%-
HSV(B)234.29º70%47.06%-
XYZ5.023.5318.19-
YUV50.27167.35117.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 120 (47.27% from 255) = 60%
R=18%
G=22%
B=60%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36441200.70.6300.53234.2953.8530.59
Hex242C78463F035ea361f
Octal4454170106770653526637
Binary1001001011001111000100011011111101101011110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C78; }

 p { color: rgb(36,44,120); }

 H1.HeaderClassName
 {
   color: #242C78;
 }
 .AnyTagClassName
 {
   color: #242C78;
 }
</style>
background-color css

<style>
 a { background-color: #242C78; }

 a { background-color: rgb(36,44,120); }

 div.DivClassName
 {
   background-color: #242C78;
 }
 .BgClassName
 {
   background-color: #242C78;
 }
</style>
border-color css

<style>
 span { border-color: #242C78; }

 span { border-color: rgb(36,44,120); }

 td.TdClassName
 {
   border-color: #242C78;
 }
 .TagClassName
 {
   border-color: #242C78;
 }
</style>