#24308C

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

Shades of Torea Bay #24308C

Tints of Torea Bay #24308C

Color information

#24308C (or 0x24308C) is unknown color: approx Torea Bay. HEX triplet: 24, 30 and 8C. RGB value is (36,48,140). Sum of RGB (Red+Green+Blue) = 36+48+140=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #24308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24308C is #DBCF73. Grayscale: #363636. Windows color (decimal): -14405492 or 9187364. OLE color: 9187364.

HSL color Cylindrical-coordinate representation of color #24308C: hue angle of 233.08º 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 #24308C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3648140-
CMYK0.740.6600.45
HSL233.08º59.09%34.51%-
HSV(B)233.08º74.29%54.9%-
XYZ6.524.3825.31-
YUV54.9176.02114.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 140 (55.08% from 255) = 62.5%
R=16.07%
G=21.43%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36481400.740.6600.45233.0859.0934.51
Hex24308C4A4202De93b23
Octal44602141121020553517343
Binary1001001100001000110010010101000010010110111101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24308C; }

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

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

<style>
 a { background-color: #24308C; }

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

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

<style>
 span { border-color: #24308C; }

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

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