#24355F

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

Shades of Catalina Blue #24355F

Tints of Catalina Blue #24355F

Color information

#24355F (or 0x24355F) is unknown color: approx Catalina Blue. HEX triplet: 24, 35 and 5F. RGB value is (36,53,95). Sum of RGB (Red+Green+Blue) = 36+53+95=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #24355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355F is #DBCAA0. Grayscale: #343434. Windows color (decimal): -14404257 or 6239524. OLE color: 6239524.

HSL color Cylindrical-coordinate representation of color #24355F: hue angle of 222.71º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24355F is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB365395-
CMYK0.620.4400.63
HSL222.71º45.04%25.69%-
HSV(B)222.71º62.11%37.25%-
XYZ4.073.7511.34-
YUV52.7151.87116.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 95 (37.5% from 255) = 51.63%
R=19.57%
G=28.80%
B=51.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3653950.620.4400.63222.7145.0425.69
Hex24355F3E2C03Fdf2d1a
Octal446513776540773375532
Binary100100110101101111111111010110001111111101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,53,95); }

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

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

 a { background-color: rgb(36,53,95); }

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

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

 span { border-color: rgb(36,53,95); }

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