#253673

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

Shades of Resolution Blue #253673

Tints of Resolution Blue #253673

Color information

#253673 (or 0x253673) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 73. RGB value is (37,54,115). Sum of RGB (Red+Green+Blue) = 37+54+115=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #253673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253673 is #DAC98C. Grayscale: #373737. Windows color (decimal): -14338445 or 7550501. OLE color: 7550501.

HSL color Cylindrical-coordinate representation of color #253673: hue angle of 226.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253673 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3754115-
CMYK0.680.5300.55
HSL226.92º51.32%29.8%-
HSV(B)226.92º67.83%45.1%-
XYZ5.184.2716.77-
YUV55.87161.37114.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=17.96%
G=26.21%
B=55.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37541150.680.5300.55226.9251.3229.8
Hex2536734435037e3331e
Octal4566163104650673436336
Binary1001011101101110011100010011010101101111110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253673; }

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

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

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

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

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

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

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

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