#24395B

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

Shades of Catalina Blue #24395B

Tints of Catalina Blue #24395B

Color information

#24395B (or 0x24395B) is unknown color: approx Catalina Blue. HEX triplet: 24, 39 and 5B. RGB value is (36,57,91). Sum of RGB (Red+Green+Blue) = 36+57+91=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #24395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24395B is #DBC6A4. Grayscale: #363636. Windows color (decimal): -14403237 or 5978404. OLE color: 5978404.

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

Color convert

RGB365791-
CMYK0.600.3700.64
HSL217.09º43.31%24.9%-
HSV(B)217.09º60.44%35.69%-
XYZ4.084.0610.47-
YUV54.6148.54114.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=19.57%
G=30.98%
B=49.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3657910.600.3700.64217.0943.3124.9
Hex24395B3C25040d92b19
Octal4471133744501003315331
Binary1001001110011011011111100100101010000001101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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