#24416D

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

Shades of Catalina Blue #24416D

Tints of Catalina Blue #24416D

Color information

#24416D (or 0x24416D) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 6D. RGB value is (36,65,109). Sum of RGB (Red+Green+Blue) = 36+65+109=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #24416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416D is #DBBE92. Grayscale: #3D3D3D. Windows color (decimal): -14401171 or 7160100. OLE color: 7160100.

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

Color convert

RGB3665109-
CMYK0.670.4000.57
HSL216.16º50.34%28.43%-
HSV(B)216.16º66.97%42.75%-
XYZ5.385.2615.2-
YUV61.34154.89109.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=17.14%
G=30.95%
B=51.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36651090.670.4000.57216.1650.3428.43
Hex24416D4328039d8321c
Octal44101155103500713306234
Binary10010010000011101101100001110100001110011101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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