#24406B

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

Shades of Catalina Blue #24406B

Tints of Catalina Blue #24406B

Color information

#24406B (or 0x24406B) is unknown color: approx Catalina Blue. HEX triplet: 24, 40 and 6B. RGB value is (36,64,107). Sum of RGB (Red+Green+Blue) = 36+64+107=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #24406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24406B is #DBBF94. Grayscale: #3C3C3C. Windows color (decimal): -14401429 or 7028772. OLE color: 7028772.

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

Color convert

RGB3664107-
CMYK0.660.4000.58
HSL216.34º49.65%28.04%-
HSV(B)216.34º66.36%41.96%-
XYZ5.215.114.62-
YUV60.53154.22110.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=17.39%
G=30.92%
B=51.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36641070.660.4000.58216.3449.6528.04
Hex24406B422803Ad8321c
Octal44100153102500723306234
Binary10010010000001101011100001010100001110101101100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,64,107); }

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

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

 a { background-color: rgb(36,64,107); }

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

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

 span { border-color: rgb(36,64,107); }

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