#24345A

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

Shades of Catalina Blue #24345A

Tints of Catalina Blue #24345A

Color information

#24345A (or 0x24345A) is unknown color: approx Catalina Blue. HEX triplet: 24, 34 and 5A. RGB value is (36,52,90). Sum of RGB (Red+Green+Blue) = 36+52+90=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #24345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24345A is #DBCBA5. Grayscale: #333333. Windows color (decimal): -14404518 or 5911588. OLE color: 5911588.

HSL color Cylindrical-coordinate representation of color #24345A: hue angle of 222.22º 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 #24345A is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365290-
CMYK0.600.4200.65
HSL222.22º42.86%24.71%-
HSV(B)222.22º60%35.29%-
XYZ3.83.5710.16-
YUV51.55149.7116.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.22%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=20.22%
G=29.21%
B=50.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3652900.600.4200.65222.2242.8624.71
Hex24345A3C2A041de2b19
Octal4464132745201013365331
Binary1001001101001011010111100101010010000011101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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