#24466D

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

Shades of Catalina Blue #24466D

Tints of Catalina Blue #24466D

Color information

#24466D (or 0x24466D) is unknown color: approx Catalina Blue. HEX triplet: 24, 46 and 6D. RGB value is (36,70,109). Sum of RGB (Red+Green+Blue) = 36+70+109=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #24466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24466D is #DBB992. Grayscale: #404040. Windows color (decimal): -14399891 or 7161380. OLE color: 7161380.

HSL color Cylindrical-coordinate representation of color #24466D: hue angle of 212.05º 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 #24466D is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3670109-
CMYK0.670.3600.57
HSL212.05º50.34%28.43%-
HSV(B)212.05º66.97%42.75%-
XYZ5.685.8615.3-
YUV64.28153.24107.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.74%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=16.74%
G=32.56%
B=50.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36701090.670.3600.57212.0550.3428.43
Hex24466D4324039d4321c
Octal44106155103440713246234
Binary10010010001101101101100001110010001110011101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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