#253761

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

Shades of Catalina Blue #253761

Tints of Catalina Blue #253761

Color information

#253761 (or 0x253761) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 61. RGB value is (37,55,97). Sum of RGB (Red+Green+Blue) = 37+55+97=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #253761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253761 is #DAC89E. Grayscale: #363636. Windows color (decimal): -14338207 or 6371109. OLE color: 6371109.

HSL color Cylindrical-coordinate representation of color #253761: hue angle of 222º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253761 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB375597-
CMYK0.620.4300.62
HSL222º44.78%26.27%-
HSV(B)222º61.86%38.04%-
XYZ4.293.9911.85-
YUV54.41152.04115.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=19.58%
G=29.10%
B=51.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3755970.620.4300.6222244.7826.27
Hex2537613E2B03Ede2d1a
Octal456714176530763365532
Binary100101110111110000111111010101101111101101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253761; }

 p { color: rgb(37,55,97); }

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

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

 a { background-color: rgb(37,55,97); }

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

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

 span { border-color: rgb(37,55,97); }

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