#253D58

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

Shades of Catalina Blue #253D58

Tints of Catalina Blue #253D58

Color information

#253D58 (or 0x253D58) is unknown color: approx Catalina Blue. HEX triplet: 25, 3D and 58. RGB value is (37,61,88). Sum of RGB (Red+Green+Blue) = 37+61+88=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #253D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D58 is #DAC2A7. Grayscale: #383838. Windows color (decimal): -14336680 or 5782821. OLE color: 5782821.

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

Color convert

RGB376188-
CMYK0.580.3100.65
HSL211.76º40.8%24.51%-
HSV(B)211.76º57.95%34.51%-
XYZ4.194.449.87-
YUV56.9145.55113.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=19.89%
G=32.80%
B=47.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3761880.580.3100.65211.7640.824.51
Hex253D583A1F041d42919
Octal4575130723701013245131
Binary100101111101101100011101011111010000011101010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,88); }

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

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

 a { background-color: rgb(37,61,88); }

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

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

 span { border-color: rgb(37,61,88); }

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