#273279

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

Shades of Resolution Blue #273279

Tints of Resolution Blue #273279

Color information

#273279 (or 0x273279) is unknown color: approx Resolution Blue. HEX triplet: 27, 32 and 79. RGB value is (39,50,121). Sum of RGB (Red+Green+Blue) = 39+50+121=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #273279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273279 is #D8CD86. Grayscale: #363636. Windows color (decimal): -14208391 or 7942695. OLE color: 7942695.

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

Color convert

RGB3950121-
CMYK0.680.5900.53
HSL231.95º51.25%31.37%-
HSV(B)231.95º67.77%47.45%-
XYZ5.434.0918.59-
YUV54.8165.36116.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=18.57%
G=23.81%
B=57.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39501210.680.5900.53231.9551.2531.37
Hex273279443B035e8331f
Octal4762171104730653506337
Binary1001111100101111001100010011101101101011110100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273279; }

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

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

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

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

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

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

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

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