#24426F

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

Shades of Catalina Blue #24426F

Tints of Catalina Blue #24426F

Color information

#24426F (or 0x24426F) is unknown color: approx Catalina Blue. HEX triplet: 24, 42 and 6F. RGB value is (36,66,111). Sum of RGB (Red+Green+Blue) = 36+66+111=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #24426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24426F is #DBBD90. Grayscale: #3D3D3D. Windows color (decimal): -14400913 or 7291428. OLE color: 7291428.

HSL color Cylindrical-coordinate representation of color #24426F: hue angle of 216º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24426F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3666111-
CMYK0.680.4100.56
HSL216º51.02%28.82%-
HSV(B)216º67.57%43.53%-
XYZ5.555.4215.79-
YUV62.16155.56109.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 111 (43.75% from 255) = 52.11%
R=16.90%
G=30.99%
B=52.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36661110.680.4100.5621651.0228.82
Hex24426F4429038d8331d
Octal44102157104510703306335
Binary10010010000101101111100010010100101110001101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24426F; }

 p { color: rgb(36,66,111); }

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

<style>
 a { background-color: #24426F; }

 a { background-color: rgb(36,66,111); }

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

<style>
 span { border-color: #24426F; }

 span { border-color: rgb(36,66,111); }

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