#254071

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

Shades of Resolution Blue #254071

Tints of Resolution Blue #254071

Color information

#254071 (or 0x254071) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 71. RGB value is (37,64,113). Sum of RGB (Red+Green+Blue) = 37+64+113=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #254071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254071 is #DABF8E. Grayscale: #3D3D3D. Windows color (decimal): -14335887 or 7421989. OLE color: 7421989.

HSL color Cylindrical-coordinate representation of color #254071: hue angle of 218.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254071 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3764113-
CMYK0.670.4300.56
HSL218.68º50.67%29.41%-
HSV(B)218.68º67.26%44.31%-
XYZ5.585.2516.34-
YUV61.51157.05110.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=17.29%
G=29.91%
B=52.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37641130.670.4300.56218.6850.6729.41
Hex254071432B038db331d
Octal45100161103530703336335
Binary10010110000001110001100001110101101110001101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254071; }

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

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

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

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

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

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

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

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