#24456C

Color #24456C Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #24456C

Tints of Catalina Blue #24456C

Color information

#24456C (or 0x24456C) is unknown color: approx Catalina Blue. HEX triplet: 24, 45 and 6C. RGB value is (36,69,108). Sum of RGB (Red+Green+Blue) = 36+69+108=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #24456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24456C is #DBBA93. Grayscale: #3F3F3F. Windows color (decimal): -14400148 or 7095588. OLE color: 7095588.

HSL color Cylindrical-coordinate representation of color #24456C: hue angle of 212.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24456C is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3669108-
CMYK0.670.3600.58
HSL212.5º50%28.24%-
HSV(B)212.5º66.67%42.35%-
XYZ5.565.7115-
YUV63.58153.07108.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=16.90%
G=32.39%
B=50.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36691080.670.3600.58212.55028.24
Hex24456C432403Ad4321c
Octal44105154103440723246234
Binary10010010001011101100100001110010001110101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,69,108); }

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

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

 a { background-color: rgb(36,69,108); }

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

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

 span { border-color: rgb(36,69,108); }

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