#274073

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

Shades of Resolution Blue #274073

Tints of Resolution Blue #274073

Color information

#274073 (or 0x274073) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 73. RGB value is (39,64,115). Sum of RGB (Red+Green+Blue) = 39+64+115=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #274073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274073 is #D8BF8C. Grayscale: #3E3E3E. Windows color (decimal): -14204813 or 7553063. OLE color: 7553063.

HSL color Cylindrical-coordinate representation of color #274073: hue angle of 220.26º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274073 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3964115-
CMYK0.660.4400.55
HSL220.26º49.35%30.2%-
HSV(B)220.26º66.09%45.1%-
XYZ5.765.3416.95-
YUV62.34157.72111.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=17.89%
G=29.36%
B=52.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39641150.660.4400.55220.2649.3530.2
Hex274073422C037dc311e
Octal47100163102540673346136
Binary10011110000001110011100001010110001101111101110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274073; }

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

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

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

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

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

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

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

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