#253760

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

Shades of Catalina Blue #253760

Tints of Catalina Blue #253760

Color information

#253760 (or 0x253760) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 60. RGB value is (37,55,96). Sum of RGB (Red+Green+Blue) = 37+55+96=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #253760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253760 is #DAC89F. Grayscale: #363636. Windows color (decimal): -14338208 or 6305573. OLE color: 6305573.

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

Color convert

RGB375596-
CMYK0.610.4300.62
HSL221.69º44.36%26.08%-
HSV(B)221.69º61.46%37.65%-
XYZ4.243.9711.61-
YUV54.29151.54115.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=19.68%
G=29.26%
B=51.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3755960.610.4300.62221.6944.3626.08
Hex2537603D2B03Ede2c1a
Octal456714075530763365432
Binary100101110111110000011110110101101111101101111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253760; }

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

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

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

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

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

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

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

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