#24416C

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

Shades of Catalina Blue #24416C

Tints of Catalina Blue #24416C

Color information

#24416C (or 0x24416C) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 6C. RGB value is (36,65,108). Sum of RGB (Red+Green+Blue) = 36+65+108=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #24416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416C is #DBBE93. Grayscale: #3D3D3D. Windows color (decimal): -14401172 or 7094564. OLE color: 7094564.

HSL color Cylindrical-coordinate representation of color #24416C: hue angle of 215.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24416C is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3665108-
CMYK0.670.4000.58
HSL215.83º50%28.24%-
HSV(B)215.83º66.67%42.35%-
XYZ5.325.2414.92-
YUV61.23154.39110-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=17.22%
G=31.10%
B=51.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36651080.670.4000.58215.835028.24
Hex24416C432803Ad8321c
Octal44101154103500723306234
Binary10010010000011101100100001110100001110101101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24416C; }

 p { color: rgb(36,65,108); }

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

<style>
 a { background-color: #24416C; }

 a { background-color: rgb(36,65,108); }

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

<style>
 span { border-color: #24416C; }

 span { border-color: rgb(36,65,108); }

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