#242E8C

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

Shades of Torea Bay #242E8C

Tints of Torea Bay #242E8C

Color information

#242E8C (or 0x242E8C) is unknown color: approx Torea Bay. HEX triplet: 24, 2E and 8C. RGB value is (36,46,140). Sum of RGB (Red+Green+Blue) = 36+46+140=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #242E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E8C is #DBD173. Grayscale: #353535. Windows color (decimal): -14406004 or 9186852. OLE color: 9186852.

HSL color Cylindrical-coordinate representation of color #242E8C: hue angle of 234.23º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242E8C is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3646140-
CMYK0.740.6700.45
HSL234.23º59.09%34.51%-
HSV(B)234.23º74.29%54.9%-
XYZ6.444.2225.29-
YUV53.73176.69115.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 140 (55.08% from 255) = 63.06%
R=16.22%
G=20.72%
B=63.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36461400.740.6700.45234.2359.0934.51
Hex242E8C4A4302Dea3b23
Octal44562141121030553527343
Binary1001001011101000110010010101000011010110111101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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