#274478

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

Shades of Resolution Blue #274478

Tints of Resolution Blue #274478

Color information

#274478 (or 0x274478) is unknown color: approx Resolution Blue. HEX triplet: 27, 44 and 78. RGB value is (39,68,120). Sum of RGB (Red+Green+Blue) = 39+68+120=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #274478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274478 is #D8BB87. Grayscale: #414141. Windows color (decimal): -14203784 or 7881767. OLE color: 7881767.

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

Color convert

RGB3968120-
CMYK0.670.4300.53
HSL218.52º50.94%31.18%-
HSV(B)218.52º67.5%47.06%-
XYZ6.295.9218.58-
YUV65.26158.89109.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=17.18%
G=29.96%
B=52.86%

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
Decimal39681200.670.4300.53218.5250.9431.18
Hex274478432B035db331f
Octal47104170103530653336337
Binary10011110001001111000100001110101101101011101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274478; }

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

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

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

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

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

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

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

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