#24466C

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

Shades of Catalina Blue #24466C

Tints of Catalina Blue #24466C

Color information

#24466C (or 0x24466C) is unknown color: approx Catalina Blue. HEX triplet: 24, 46 and 6C. RGB value is (36,70,108). Sum of RGB (Red+Green+Blue) = 36+70+108=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #24466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24466C is #DBB993. Grayscale: #3F3F3F. Windows color (decimal): -14399892 or 7095844. OLE color: 7095844.

HSL color Cylindrical-coordinate representation of color #24466C: hue angle of 211.67º 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 #24466C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3670108-
CMYK0.670.3500.58
HSL211.67º50%28.24%-
HSV(B)211.67º66.67%42.35%-
XYZ5.625.8415.02-
YUV64.17152.74107.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=16.82%
G=32.71%
B=50.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36701080.670.3500.58211.675028.24
Hex24466C432303Ad4321c
Octal44106154103430723246234
Binary10010010001101101100100001110001101110101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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