#253663

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

Shades of Catalina Blue #253663

Tints of Catalina Blue #253663

Color information

#253663 (or 0x253663) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 63. RGB value is (37,54,99). Sum of RGB (Red+Green+Blue) = 37+54+99=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #253663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253663 is #DAC99C. Grayscale: #353535. Windows color (decimal): -14338461 or 6501925. OLE color: 6501925.

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

Color convert

RGB375499-
CMYK0.630.4500.61
HSL223.55º45.59%26.67%-
HSV(B)223.55º62.63%38.82%-
XYZ4.333.9312.33-
YUV54.05153.37115.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=19.47%
G=28.42%
B=52.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3754990.630.4500.61223.5545.5926.67
Hex2536633F2D03De02e1b
Octal456614377550753405633
Binary100101110110110001111111110110101111011110000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253663; }

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

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

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

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

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

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

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

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