#253563

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

Shades of Catalina Blue #253563

Tints of Catalina Blue #253563

Color information

#253563 (or 0x253563) is unknown color: approx Catalina Blue. HEX triplet: 25, 35 and 63. RGB value is (37,53,99). Sum of RGB (Red+Green+Blue) = 37+53+99=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #253563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253563 is #DACA9C. Grayscale: #353535. Windows color (decimal): -14338717 or 6501669. OLE color: 6501669.

HSL color Cylindrical-coordinate representation of color #253563: hue angle of 224.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253563 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB375399-
CMYK0.630.4600.61
HSL224.52º45.59%26.67%-
HSV(B)224.52º62.63%38.82%-
XYZ4.293.8412.32-
YUV53.46153.7116.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=19.58%
G=28.04%
B=52.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3753990.630.4600.61224.5245.5926.67
Hex2535633F2E03De12e1b
Octal456514377560753415633
Binary100101110101110001111111110111001111011110000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253563; }

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

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

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

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

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

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

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

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