#24446F

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

Shades of Catalina Blue #24446F

Tints of Catalina Blue #24446F

Color information

#24446F (or 0x24446F) is unknown color: approx Catalina Blue. HEX triplet: 24, 44 and 6F. RGB value is (36,68,111). Sum of RGB (Red+Green+Blue) = 36+68+111=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #24446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24446F is #DBBB90. Grayscale: #3F3F3F. Windows color (decimal): -14400401 or 7291940. OLE color: 7291940.

HSL color Cylindrical-coordinate representation of color #24446F: hue angle of 214.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24446F is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3668111-
CMYK0.680.3900.56
HSL214.4º51.02%28.82%-
HSV(B)214.4º67.57%43.53%-
XYZ5.665.6615.83-
YUV63.33154.9108.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=16.74%
G=31.63%
B=51.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36681110.680.3900.56214.451.0228.82
Hex24446F4427038d6331d
Octal44104157104470703266335
Binary10010010001001101111100010010011101110001101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24446F; }

 p { color: rgb(36,68,111); }

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

<style>
 a { background-color: #24446F; }

 a { background-color: rgb(36,68,111); }

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

<style>
 span { border-color: #24446F; }

 span { border-color: rgb(36,68,111); }

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