#242D79

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

Shades of Torea Bay #242D79

Tints of Torea Bay #242D79

Color information

#242D79 (or 0x242D79) is unknown color: approx Torea Bay. HEX triplet: 24, 2D and 79. RGB value is (36,45,121). Sum of RGB (Red+Green+Blue) = 36+45+121=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #242D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D79 is #DBD286. Grayscale: #323232. Windows color (decimal): -14406279 or 7941412. OLE color: 7941412.

HSL color Cylindrical-coordinate representation of color #242D79: hue angle of 233.65º 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 #242D79 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3645121-
CMYK0.700.6300.53
HSL233.65º54.14%30.78%-
HSV(B)233.65º70.25%47.45%-
XYZ5.123.6318.52-
YUV50.97167.52117.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=17.82%
G=22.28%
B=59.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36451210.700.6300.53233.6554.1430.78
Hex242D79463F035ea361f
Octal4455171106770653526637
Binary1001001011011111001100011011111101101011110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,45,121); }

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

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

 a { background-color: rgb(36,45,121); }

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

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

 span { border-color: rgb(36,45,121); }

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