#254072

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

Shades of Resolution Blue #254072

Tints of Resolution Blue #254072

Color information

#254072 (or 0x254072) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 72. RGB value is (37,64,114). Sum of RGB (Red+Green+Blue) = 37+64+114=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #254072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254072 is #DABF8D. Grayscale: #3D3D3D. Windows color (decimal): -14335886 or 7487525. OLE color: 7487525.

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

Color convert

RGB3764114-
CMYK0.680.4400.55
HSL218.96º50.99%29.61%-
HSV(B)218.96º67.54%44.71%-
XYZ5.635.2816.64-
YUV61.63157.55110.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=17.21%
G=29.77%
B=53.02%

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
Decimal37641140.680.4400.55218.9650.9929.61
Hex254072442C037db331e
Octal45100162104540673336336
Binary10010110000001110010100010010110001101111101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254072; }

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

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

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

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

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

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

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

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