#253E59

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

Shades of Catalina Blue #253E59

Tints of Catalina Blue #253E59

Color information

#253E59 (or 0x253E59) is unknown color: approx Catalina Blue. HEX triplet: 25, 3E and 59. RGB value is (37,62,89). Sum of RGB (Red+Green+Blue) = 37+62+89=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #253E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E59 is #DAC1A6. Grayscale: #393939. Windows color (decimal): -14336423 or 5848613. OLE color: 5848613.

HSL color Cylindrical-coordinate representation of color #253E59: hue angle of 211.15º 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 #253E59 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376289-
CMYK0.580.3000.65
HSL211.15º41.27%24.71%-
HSV(B)211.15º58.43%34.9%-
XYZ4.294.5610.11-
YUV57.6145.72113.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=19.68%
G=32.98%
B=47.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3762890.580.3000.65211.1541.2724.71
Hex253E593A1E041d32919
Octal4576131723601013235131
Binary100101111110101100111101011110010000011101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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