#254073

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

Shades of Resolution Blue #254073

Tints of Resolution Blue #254073

Color information

#254073 (or 0x254073) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 73. RGB value is (37,64,115). Sum of RGB (Red+Green+Blue) = 37+64+115=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #254073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254073 is #DABF8C. Grayscale: #3D3D3D. Windows color (decimal): -14335885 or 7553061. OLE color: 7553061.

HSL color Cylindrical-coordinate representation of color #254073: hue angle of 219.23º 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 #254073 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3764115-
CMYK0.680.4400.55
HSL219.23º51.32%29.8%-
HSV(B)219.23º67.83%45.1%-
XYZ5.695.316.94-
YUV61.74158.05110.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=17.13%
G=29.63%
B=53.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37641150.680.4400.55219.2351.3229.8
Hex254073442C037db331e
Octal45100163104540673336336
Binary10010110000001110011100010010110001101111101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254073; }

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

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

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

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

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

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

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

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