#253F6C

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

Shades of Catalina Blue #253F6C

Tints of Catalina Blue #253F6C

Color information

#253F6C (or 0x253F6C) is unknown color: approx Catalina Blue. HEX triplet: 25, 3F and 6C. RGB value is (37,63,108). Sum of RGB (Red+Green+Blue) = 37+63+108=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #253F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F6C is #DAC093. Grayscale: #3C3C3C. Windows color (decimal): -14336148 or 7094053. OLE color: 7094053.

HSL color Cylindrical-coordinate representation of color #253F6C: hue angle of 218.03º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253F6C is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3763108-
CMYK0.660.4200.58
HSL218.03º48.97%28.43%-
HSV(B)218.03º65.74%42.35%-
XYZ5.255.0314.88-
YUV60.36154.89111.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=17.79%
G=30.29%
B=51.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37631080.660.4200.58218.0348.9728.43
Hex253F6C422A03Ada311c
Octal4577154102520723326134
Binary1001011111111101100100001010101001110101101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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