#254472

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

Shades of Resolution Blue #254472

Tints of Resolution Blue #254472

Color information

#254472 (or 0x254472) is unknown color: approx Resolution Blue. HEX triplet: 25, 44 and 72. RGB value is (37,68,114). Sum of RGB (Red+Green+Blue) = 37+68+114=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #254472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254472 is #DABB8D. Grayscale: #3F3F3F. Windows color (decimal): -14334862 or 7488549. OLE color: 7488549.

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

Color convert

RGB3768114-
CMYK0.680.4000.55
HSL215.84º50.99%29.61%-
HSV(B)215.84º67.54%44.71%-
XYZ5.875.7416.72-
YUV63.98156.23108.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=16.89%
G=31.05%
B=52.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37681140.680.4000.55215.8450.9929.61
Hex2544724428037d8331e
Octal45104162104500673306336
Binary10010110001001110010100010010100001101111101100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254472; }

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

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

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

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

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

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

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

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