#24365B

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

Shades of Catalina Blue #24365B

Tints of Catalina Blue #24365B

Color information

#24365B (or 0x24365B) is unknown color: approx Catalina Blue. HEX triplet: 24, 36 and 5B. RGB value is (36,54,91). Sum of RGB (Red+Green+Blue) = 36+54+91=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #24365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365B is #DBC9A4. Grayscale: #343434. Windows color (decimal): -14404005 or 5977636. OLE color: 5977636.

HSL color Cylindrical-coordinate representation of color #24365B: hue angle of 220.36º 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 #24365B is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365491-
CMYK0.600.4100.64
HSL220.36º43.31%24.9%-
HSV(B)220.36º60.44%35.69%-
XYZ3.943.7710.42-
YUV52.84149.54115.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=19.89%
G=29.83%
B=50.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3654910.600.4100.64220.3643.3124.9
Hex24365B3C29040dc2b19
Octal4466133745101003345331
Binary1001001101101011011111100101001010000001101110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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