#253F63

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

Shades of Catalina Blue #253F63

Tints of Catalina Blue #253F63

Color information

#253F63 (or 0x253F63) is unknown color: approx Catalina Blue. HEX triplet: 25, 3F and 63. RGB value is (37,63,99). Sum of RGB (Red+Green+Blue) = 37+63+99=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #253F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F63 is #DAC09C. Grayscale: #3B3B3B. Windows color (decimal): -14336157 or 6504229. OLE color: 6504229.

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

Color convert

RGB376399-
CMYK0.630.3600.61
HSL214.84º45.59%26.67%-
HSV(B)214.84º62.63%38.82%-
XYZ4.794.8512.49-
YUV59.33150.39112.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=18.59%
G=31.66%
B=49.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3763990.630.3600.61214.8445.5926.67
Hex253F633F2403Dd72e1b
Octal457714377440753275633
Binary100101111111110001111111110010001111011101011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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