#24345F

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

Shades of Catalina Blue #24345F

Tints of Catalina Blue #24345F

Color information

#24345F (or 0x24345F) is unknown color: approx Catalina Blue. HEX triplet: 24, 34 and 5F. RGB value is (36,52,95). Sum of RGB (Red+Green+Blue) = 36+52+95=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #24345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24345F is #DBCBA0. Grayscale: #333333. Windows color (decimal): -14404513 or 6239268. OLE color: 6239268.

HSL color Cylindrical-coordinate representation of color #24345F: hue angle of 223.73º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24345F is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB365295-
CMYK0.620.4500.63
HSL223.73º45.04%25.69%-
HSV(B)223.73º62.11%37.25%-
XYZ4.023.6611.32-
YUV52.12152.2116.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=19.67%
G=28.42%
B=51.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3652950.620.4500.63223.7345.0425.69
Hex24345F3E2D03Fe02d1a
Octal446413776550773405532
Binary100100110100101111111111010110101111111110000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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