#273379

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

Shades of Resolution Blue #273379

Tints of Resolution Blue #273379

Color information

#273379 (or 0x273379) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 79. RGB value is (39,51,121). Sum of RGB (Red+Green+Blue) = 39+51+121=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #273379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273379 is #D8CC86. Grayscale: #373737. Windows color (decimal): -14208135 or 7942951. OLE color: 7942951.

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

Color convert

RGB3951121-
CMYK0.680.5800.53
HSL231.22º51.25%31.37%-
HSV(B)231.22º67.77%47.45%-
XYZ5.474.1818.61-
YUV55.39165.02116.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=18.48%
G=24.17%
B=57.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39511210.680.5800.53231.2251.2531.37
Hex273379443A035e7331f
Octal4763171104720653476337
Binary1001111100111111001100010011101001101011110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273379; }

 p { color: rgb(39,51,121); }

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

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

 a { background-color: rgb(39,51,121); }

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

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

 span { border-color: rgb(39,51,121); }

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