#24385D

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

Shades of Catalina Blue #24385D

Tints of Catalina Blue #24385D

Color information

#24385D (or 0x24385D) is unknown color: approx Catalina Blue. HEX triplet: 24, 38 and 5D. RGB value is (36,56,93). Sum of RGB (Red+Green+Blue) = 36+56+93=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #24385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385D is #DBC7A2. Grayscale: #363636. Windows color (decimal): -14403491 or 6109220. OLE color: 6109220.

HSL color Cylindrical-coordinate representation of color #24385D: hue angle of 218.95º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24385D is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB365693-
CMYK0.610.4000.64
HSL218.95º44.19%25.29%-
HSV(B)218.95º61.29%36.47%-
XYZ4.123.9910.91-
YUV54.24149.87114.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=19.46%
G=30.27%
B=50.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3656930.610.4000.64218.9544.1925.29
Hex24385D3D28040db2c19
Octal4470135755001003335431
Binary1001001110001011101111101101000010000001101101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24385D; }

 p { color: rgb(36,56,93); }

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

<style>
 a { background-color: #24385D; }

 a { background-color: rgb(36,56,93); }

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

<style>
 span { border-color: #24385D; }

 span { border-color: rgb(36,56,93); }

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