#274076

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

Shades of Resolution Blue #274076

Tints of Resolution Blue #274076

Color information

#274076 (or 0x274076) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 76. RGB value is (39,64,118). Sum of RGB (Red+Green+Blue) = 39+64+118=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #274076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274076 is #D8BF89. Grayscale: #3E3E3E. Windows color (decimal): -14204810 or 7749671. OLE color: 7749671.

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

Color convert

RGB3964118-
CMYK0.670.4600.54
HSL221.01º50.32%30.78%-
HSV(B)221.01º66.95%46.27%-
XYZ5.945.4117.87-
YUV62.68159.22111.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=17.65%
G=28.96%
B=53.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39641180.670.4600.54221.0150.3230.78
Hex274076432E036dd321f
Octal47100166103560663356237
Binary10011110000001110110100001110111001101101101110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274076; }

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

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

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

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

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

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

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

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