#24355B

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

Shades of Catalina Blue #24355B

Tints of Catalina Blue #24355B

Color information

#24355B (or 0x24355B) is unknown color: approx Catalina Blue. HEX triplet: 24, 35 and 5B. RGB value is (36,53,91). Sum of RGB (Red+Green+Blue) = 36+53+91=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #24355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355B is #DBCAA4. Grayscale: #343434. Windows color (decimal): -14404261 or 5977380. OLE color: 5977380.

HSL color Cylindrical-coordinate representation of color #24355B: hue angle of 221.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24355B is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365391-
CMYK0.600.4200.64
HSL221.45º43.31%24.9%-
HSV(B)221.45º60.44%35.69%-
XYZ3.893.6810.4-
YUV52.25149.87116.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=20%
G=29.44%
B=50.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3653910.600.4200.64221.4543.3124.9
Hex24355B3C2A040dd2b19
Octal4465133745201003355331
Binary1001001101011011011111100101010010000001101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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