#242E76

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

Shades of Torea Bay #242E76

Tints of Torea Bay #242E76

Color information

#242E76 (or 0x242E76) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 76. RGB value is (36,46,118). Sum of RGB (Red+Green+Blue) = 36+46+118=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #242E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E76 is #DBD189. Grayscale: #323232. Windows color (decimal): -14406026 or 7745060. OLE color: 7745060.

HSL color Cylindrical-coordinate representation of color #242E76: hue angle of 232.68º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242E76 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3646118-
CMYK0.690.6100.54
HSL232.68º53.25%30.2%-
HSV(B)232.68º69.49%46.27%-
XYZ4.973.6417.58-
YUV51.22165.69117.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 118 (46.48% from 255) = 59%
R=18%
G=23%
B=59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36461180.690.6100.54232.6853.2530.2
Hex242E76453D036e9351e
Octal4456166105750663516536
Binary1001001011101110110100010111110101101101110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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