#253C59

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

Shades of Catalina Blue #253C59

Tints of Catalina Blue #253C59

Color information

#253C59 (or 0x253C59) is unknown color: approx Catalina Blue. HEX triplet: 25, 3C and 59. RGB value is (37,60,89). Sum of RGB (Red+Green+Blue) = 37+60+89=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #253C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C59 is #DAC3A6. Grayscale: #383838. Windows color (decimal): -14336935 or 5848101. OLE color: 5848101.

HSL color Cylindrical-coordinate representation of color #253C59: hue angle of 213.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253C59 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376089-
CMYK0.580.3300.65
HSL213.46º41.27%24.71%-
HSV(B)213.46º58.43%34.9%-
XYZ4.184.3510.07-
YUV56.43146.38114.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=19.89%
G=32.26%
B=47.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3760890.580.3300.65213.4641.2724.71
Hex253C593A21041d52919
Octal4574131724101013255131
Binary1001011111001011001111010100001010000011101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C59; }

 p { color: rgb(37,60,89); }

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

<style>
 a { background-color: #253C59; }

 a { background-color: rgb(37,60,89); }

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

<style>
 span { border-color: #253C59; }

 span { border-color: rgb(37,60,89); }

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