#254179

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

Shades of Resolution Blue #254179

Tints of Resolution Blue #254179

Color information

#254179 (or 0x254179) is unknown color: approx Resolution Blue. HEX triplet: 25, 41 and 79. RGB value is (37,65,121). Sum of RGB (Red+Green+Blue) = 37+65+121=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #254179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254179 is #DABE86. Grayscale: #3E3E3E. Windows color (decimal): -14335623 or 7946533. OLE color: 7946533.

HSL color Cylindrical-coordinate representation of color #254179: hue angle of 220º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254179 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3765121-
CMYK0.690.4600.53
HSL220º53.16%30.98%-
HSV(B)220º69.42%47.45%-
XYZ6.15.5518.84-
YUV63.01160.72109.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=16.59%
G=29.15%
B=54.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37651210.690.4600.5322053.1630.98
Hex254179452E035dc351f
Octal45101171105560653346537
Binary10010110000011111001100010110111001101011101110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254179; }

 p { color: rgb(37,65,121); }

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

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

 a { background-color: rgb(37,65,121); }

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

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

 span { border-color: rgb(37,65,121); }

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