#253560

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

Shades of Catalina Blue #253560

Tints of Catalina Blue #253560

Color information

#253560 (or 0x253560) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 60. RGB value is (37,53,96). Sum of RGB (Red+Green+Blue) = 37+53+96=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #253560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253560 is #DACA9F. Grayscale: #343434. Windows color (decimal): -14338720 or 6305061. OLE color: 6305061.

HSL color Cylindrical-coordinate representation of color #253560: hue angle of 223.73º 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 #253560 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB375396-
CMYK0.610.4500.62
HSL223.73º44.36%26.08%-
HSV(B)223.73º61.46%37.65%-
XYZ4.153.7811.58-
YUV53.12152.2116.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=19.89%
G=28.49%
B=51.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3753960.610.4500.62223.7344.3626.08
Hex2535603D2D03Ee02c1a
Octal456514075550763405432
Binary100101110101110000011110110110101111101110000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253560; }

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

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

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

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

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

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

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

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