#24335B

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

Shades of Catalina Blue #24335B

Tints of Catalina Blue #24335B

Color information

#24335B (or 0x24335B) is unknown color: approx Catalina Blue. HEX triplet: 24, 33 and 5B. RGB value is (36,51,91). Sum of RGB (Red+Green+Blue) = 36+51+91=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #24335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24335B is #DBCCA4. Grayscale: #323232. Windows color (decimal): -14404773 or 5976868. OLE color: 5976868.

HSL color Cylindrical-coordinate representation of color #24335B: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24335B is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365191-
CMYK0.600.4400.64
HSL223.64º43.31%24.9%-
HSV(B)223.64º60.44%35.69%-
XYZ3.83.510.37-
YUV51.08150.53117.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.22%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=20.22%
G=28.65%
B=51.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3651910.600.4400.64223.6443.3124.9
Hex24335B3C2C040e02b19
Octal4463133745401003405331
Binary1001001100111011011111100101100010000001110000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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