#253B57

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

Shades of Catalina Blue #253B57

Tints of Catalina Blue #253B57

Color information

#253B57 (or 0x253B57) is unknown color: approx Catalina Blue. HEX triplet: 25, 3B and 57. RGB value is (37,59,87). Sum of RGB (Red+Green+Blue) = 37+59+87=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #253B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B57 is #DAC4A8. Grayscale: #373737. Windows color (decimal): -14337193 or 5716773. OLE color: 5716773.

HSL color Cylindrical-coordinate representation of color #253B57: hue angle of 213.6º 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 #253B57 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB375987-
CMYK0.570.3200.66
HSL213.6º40.32%24.31%-
HSV(B)213.6º57.47%34.12%-
XYZ4.054.219.62-
YUV55.61145.71114.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=20.22%
G=32.24%
B=47.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3759870.570.3200.66213.640.3224.31
Hex253B573920042d62818
Octal4573127714001023265030
Binary1001011110111010111111001100000010000101101011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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