#24325B

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

Shades of Catalina Blue #24325B

Tints of Catalina Blue #24325B

Color information

#24325B (or 0x24325B) is unknown color: approx Catalina Blue. HEX triplet: 24, 32 and 5B. RGB value is (36,50,91). Sum of RGB (Red+Green+Blue) = 36+50+91=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #24325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24325B is #DBCDA4. Grayscale: #323232. Windows color (decimal): -14405029 or 5976612. OLE color: 5976612.

HSL color Cylindrical-coordinate representation of color #24325B: hue angle of 224.73º 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 #24325B is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365091-
CMYK0.600.4500.64
HSL224.73º43.31%24.9%-
HSV(B)224.73º60.44%35.69%-
XYZ3.763.4110.36-
YUV50.49150.86117.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=20.34%
G=28.25%
B=51.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3650910.600.4500.64224.7343.3124.9
Hex24325B3C2D040e12b19
Octal4462133745501003415331
Binary1001001100101011011111100101101010000001110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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