#24446A

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

Shades of Catalina Blue #24446A

Tints of Catalina Blue #24446A

Color information

#24446A (or 0x24446A) is unknown color: approx Catalina Blue. HEX triplet: 24, 44 and 6A. RGB value is (36,68,106). Sum of RGB (Red+Green+Blue) = 36+68+106=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #24446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24446A is #DBBB95. Grayscale: #3E3E3E. Windows color (decimal): -14400406 or 6964260. OLE color: 6964260.

HSL color Cylindrical-coordinate representation of color #24446A: hue angle of 212.57º degrees, saturation: 0.49, 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 #24446A is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3668106-
CMYK0.660.3600.58
HSL212.57º49.3%27.84%-
HSV(B)212.57º66.04%41.57%-
XYZ5.45.5514.42-
YUV62.76152.4108.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=17.14%
G=32.38%
B=50.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36681060.660.3600.58212.5749.327.84
Hex24446A422403Ad5311c
Octal44104152102440723256134
Binary10010010001001101010100001010010001110101101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24446A; }

 p { color: rgb(36,68,106); }

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

<style>
 a { background-color: #24446A; }

 a { background-color: rgb(36,68,106); }

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

<style>
 span { border-color: #24446A; }

 span { border-color: rgb(36,68,106); }

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