#24335E

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

Shades of Catalina Blue #24335E

Tints of Catalina Blue #24335E

Color information

#24335E (or 0x24335E) is unknown color: approx Catalina Blue. HEX triplet: 24, 33 and 5E. RGB value is (36,51,94). Sum of RGB (Red+Green+Blue) = 36+51+94=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #24335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24335E is #DBCCA1. Grayscale: #333333. Windows color (decimal): -14404770 or 6173476. OLE color: 6173476.

HSL color Cylindrical-coordinate representation of color #24335E: hue angle of 224.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24335E is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB365194-
CMYK0.620.4600.63
HSL224.48º44.62%25.49%-
HSV(B)224.48º61.7%36.86%-
XYZ3.933.5511.07-
YUV51.42152.03117-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=19.89%
G=28.18%
B=51.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3651940.620.4600.63224.4844.6225.49
Hex24335E3E2E03Fe02d19
Octal446313676560773405531
Binary100100110011101111011111010111001111111110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24335E; }

 p { color: rgb(36,51,94); }

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

<style>
 a { background-color: #24335E; }

 a { background-color: rgb(36,51,94); }

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

<style>
 span { border-color: #24335E; }

 span { border-color: rgb(36,51,94); }

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