#254076

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

Shades of Resolution Blue #254076

Tints of Resolution Blue #254076

Color information

#254076 (or 0x254076) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 76. RGB value is (37,64,118). Sum of RGB (Red+Green+Blue) = 37+64+118=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #254076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254076 is #DABF89. Grayscale: #3D3D3D. Windows color (decimal): -14335882 or 7749669. OLE color: 7749669.

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

Color convert

RGB3764118-
CMYK0.690.4600.54
HSL220º52.26%30.39%-
HSV(B)220º68.64%46.27%-
XYZ5.875.3717.87-
YUV62.08159.55110.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=16.89%
G=29.22%
B=53.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37641180.690.4600.5422052.2630.39
Hex254076452E036dc341e
Octal45100166105560663346436
Binary10010110000001110110100010110111001101101101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254076; }

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

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

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

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

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

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

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

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