#254175

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

Shades of Resolution Blue #254175

Tints of Resolution Blue #254175

Color information

#254175 (or 0x254175) is unknown color: approx Resolution Blue. HEX triplet: 25, 41 and 75. RGB value is (37,65,117). Sum of RGB (Red+Green+Blue) = 37+65+117=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #254175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254175 is #DABE8A. Grayscale: #3E3E3E. Windows color (decimal): -14335627 or 7684389. OLE color: 7684389.

HSL color Cylindrical-coordinate representation of color #254175: hue angle of 219º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254175 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3765117-
CMYK0.680.4400.54
HSL219º51.95%30.2%-
HSV(B)219º68.38%45.88%-
XYZ5.865.4617.57-
YUV62.56158.72109.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=16.89%
G=29.68%
B=53.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37651170.680.4400.5421951.9530.2
Hex254175442C036db341e
Octal45101165104540663336436
Binary10010110000011110101100010010110001101101101101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254175; }

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

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

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

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

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

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

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

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