#24385A

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

Shades of Catalina Blue #24385A

Tints of Catalina Blue #24385A

Color information

#24385A (or 0x24385A) is unknown color: approx Catalina Blue. HEX triplet: 24, 38 and 5A. RGB value is (36,56,90). Sum of RGB (Red+Green+Blue) = 36+56+90=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #24385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385A is #DBC7A5. Grayscale: #353535. Windows color (decimal): -14403494 or 5912612. OLE color: 5912612.

HSL color Cylindrical-coordinate representation of color #24385A: hue angle of 217.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24385A is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365690-
CMYK0.600.3800.65
HSL217.78º42.86%24.71%-
HSV(B)217.78º60%35.29%-
XYZ3.993.9410.22-
YUV53.9148.37115.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=19.78%
G=30.77%
B=49.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3656900.600.3800.65217.7842.8624.71
Hex24385A3C26041da2b19
Octal4470132744601013325331
Binary1001001110001011010111100100110010000011101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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