#253557

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

Shades of Catalina Blue #253557

Tints of Catalina Blue #253557

Color information

#253557 (or 0x253557) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 57. RGB value is (37,53,87). Sum of RGB (Red+Green+Blue) = 37+53+87=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #253557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253557 is #DACAA8. Grayscale: #333333. Windows color (decimal): -14338729 or 5715237. OLE color: 5715237.

HSL color Cylindrical-coordinate representation of color #253557: hue angle of 220.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253557 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB375387-
CMYK0.570.3900.66
HSL220.8º40.32%24.31%-
HSV(B)220.8º57.47%34.12%-
XYZ3.763.639.52-
YUV52.09147.7117.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=20.90%
G=29.94%
B=49.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3753870.570.3900.66220.840.3224.31
Hex2535573927042dd2818
Octal4565127714701023355030
Binary1001011101011010111111001100111010000101101110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253557; }

 p { color: rgb(37,53,87); }

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

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

 a { background-color: rgb(37,53,87); }

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

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

 span { border-color: rgb(37,53,87); }

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