#274477

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

Shades of Resolution Blue #274477

Tints of Resolution Blue #274477

Color information

#274477 (or 0x274477) is unknown color: approx Resolution Blue. HEX triplet: 27, 44 and 77. RGB value is (39,68,119). Sum of RGB (Red+Green+Blue) = 39+68+119=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #274477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274477 is #D8BB88. Grayscale: #404040. Windows color (decimal): -14203785 or 7816231. OLE color: 7816231.

HSL color Cylindrical-coordinate representation of color #274477: hue angle of 218.25º 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 #274477 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3968119-
CMYK0.670.4300.53
HSL218.25º50.63%30.98%-
HSV(B)218.25º67.23%46.67%-
XYZ6.235.918.26-
YUV65.14158.39109.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=17.26%
G=30.09%
B=52.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39681190.670.4300.53218.2550.6330.98
Hex274477432B035da331f
Octal47104167103530653326337
Binary10011110001001110111100001110101101101011101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274477; }

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

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

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

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

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

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

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

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