#254174

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

Shades of Resolution Blue #254174

Tints of Resolution Blue #254174

Color information

#254174 (or 0x254174) is unknown color: approx Resolution Blue. HEX triplet: 25, 41 and 74. RGB value is (37,65,116). Sum of RGB (Red+Green+Blue) = 37+65+116=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #254174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254174 is #DABE8B. Grayscale: #3E3E3E. Windows color (decimal): -14335628 or 7618853. OLE color: 7618853.

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

Color convert

RGB3765116-
CMYK0.680.4400.55
HSL218.73º51.63%30%-
HSV(B)218.73º68.1%45.49%-
XYZ5.815.4317.27-
YUV62.44158.22109.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=16.97%
G=29.82%
B=53.21%

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
Decimal37651160.680.4400.55218.7351.6330
Hex254174442C037db341e
Octal45101164104540673336436
Binary10010110000011110100100010010110001101111101101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254174; }

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

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

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

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

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

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

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

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