#24365D

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

Shades of Catalina Blue #24365D

Tints of Catalina Blue #24365D

Color information

#24365D (or 0x24365D) is unknown color: approx Catalina Blue. HEX triplet: 24, 36 and 5D. RGB value is (36,54,93). Sum of RGB (Red+Green+Blue) = 36+54+93=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #24365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365D is #DBC9A2. Grayscale: #343434. Windows color (decimal): -14404003 or 6108708. OLE color: 6108708.

HSL color Cylindrical-coordinate representation of color #24365D: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24365D is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365493-
CMYK0.610.4200.64
HSL221.05º44.19%25.29%-
HSV(B)221.05º61.29%36.47%-
XYZ4.023.810.88-
YUV53.06150.54115.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=19.67%
G=29.51%
B=50.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3654930.610.4200.64221.0544.1925.29
Hex24365D3D2A040dd2c19
Octal4466135755201003355431
Binary1001001101101011101111101101010010000001101110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24365D; }

 p { color: rgb(36,54,93); }

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

<style>
 a { background-color: #24365D; }

 a { background-color: rgb(36,54,93); }

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

<style>
 span { border-color: #24365D; }

 span { border-color: rgb(36,54,93); }

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