#242E79

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

Shades of Torea Bay #242E79

Tints of Torea Bay #242E79

Color information

#242E79 (or 0x242E79) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 79. RGB value is (36,46,121). Sum of RGB (Red+Green+Blue) = 36+46+121=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #242E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E79 is #DBD186. Grayscale: #333333. Windows color (decimal): -14406023 or 7941668. OLE color: 7941668.

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

Color convert

RGB3646121-
CMYK0.700.6200.53
HSL232.94º54.14%30.78%-
HSV(B)232.94º70.25%47.45%-
XYZ5.163.7118.53-
YUV51.56167.19116.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=17.73%
G=22.66%
B=59.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36461210.700.6200.53232.9454.1430.78
Hex242E79463E035e9361f
Octal4456171106760653516637
Binary1001001011101111001100011011111001101011110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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