#274277

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

Shades of Resolution Blue #274277

Tints of Resolution Blue #274277

Color information

#274277 (or 0x274277) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 77. RGB value is (39,66,119). Sum of RGB (Red+Green+Blue) = 39+66+119=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #274277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274277 is #D8BD88. Grayscale: #3F3F3F. Windows color (decimal): -14204297 or 7815719. OLE color: 7815719.

HSL color Cylindrical-coordinate representation of color #274277: hue angle of 219.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274277 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3966119-
CMYK0.670.4500.53
HSL219.75º50.63%30.98%-
HSV(B)219.75º67.23%46.67%-
XYZ6.115.6618.22-
YUV63.97159.05110.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=17.41%
G=29.46%
B=53.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39661190.670.4500.53219.7550.6330.98
Hex274277432D035dc331f
Octal47102167103550653346337
Binary10011110000101110111100001110110101101011101110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274277; }

 p { color: rgb(39,66,119); }

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

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

 a { background-color: rgb(39,66,119); }

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

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

 span { border-color: rgb(39,66,119); }

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