#242E87

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

Shades of Torea Bay #242E87

Tints of Torea Bay #242E87

Color information

#242E87 (or 0x242E87) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 87. RGB value is (36,46,135). Sum of RGB (Red+Green+Blue) = 36+46+135=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #242E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E87 is #DBD178. Grayscale: #343434. Windows color (decimal): -14406009 or 8859172. OLE color: 8859172.

HSL color Cylindrical-coordinate representation of color #242E87: hue angle of 233.94º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242E87 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3646135-
CMYK0.730.6600.47
HSL233.94º57.89%33.53%-
HSV(B)233.94º73.33%52.94%-
XYZ6.084.0823.39-
YUV53.16174.19115.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=16.59%
G=21.20%
B=62.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36461350.730.6600.47233.9457.8933.53
Hex242E87494202Fea3a22
Octal44562071111020573527242
Binary1001001011101000011110010011000010010111111101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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