#253B63

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

Shades of Catalina Blue #253B63

Tints of Catalina Blue #253B63

Color information

#253B63 (or 0x253B63) is unknown color: approx Catalina Blue. HEX triplet: 25, 3B and 63. RGB value is (37,59,99). Sum of RGB (Red+Green+Blue) = 37+59+99=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #253B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B63 is #DAC49C. Grayscale: #383838. Windows color (decimal): -14337181 or 6503205. OLE color: 6503205.

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

Color convert

RGB375999-
CMYK0.630.4000.61
HSL218.71º45.59%26.67%-
HSV(B)218.71º62.63%38.82%-
XYZ4.584.4212.42-
YUV56.98151.71113.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=18.97%
G=30.26%
B=50.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3759990.630.4000.61218.7145.5926.67
Hex253B633F2803Ddb2e1b
Octal457314377500753335633
Binary100101111011110001111111110100001111011101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253B63; }

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

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

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

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

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

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

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

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