#24375A

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

Shades of Catalina Blue #24375A

Tints of Catalina Blue #24375A

Color information

#24375A (or 0x24375A) is unknown color: approx Catalina Blue. HEX triplet: 24, 37 and 5A. RGB value is (36,55,90). Sum of RGB (Red+Green+Blue) = 36+55+90=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #24375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375A is #DBC8A5. Grayscale: #353535. Windows color (decimal): -14403750 or 5912356. OLE color: 5912356.

HSL color Cylindrical-coordinate representation of color #24375A: hue angle of 218.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24375A is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365590-
CMYK0.600.3900.65
HSL218.89º42.86%24.71%-
HSV(B)218.89º60%35.29%-
XYZ3.943.8510.21-
YUV53.31148.71115.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=19.89%
G=30.39%
B=49.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3655900.600.3900.65218.8942.8624.71
Hex24375A3C27041db2b19
Octal4467132744701013335331
Binary1001001101111011010111100100111010000011101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24375A; }

 p { color: rgb(36,55,90); }

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

<style>
 a { background-color: #24375A; }

 a { background-color: rgb(36,55,90); }

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

<style>
 span { border-color: #24375A; }

 span { border-color: rgb(36,55,90); }

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