#273276

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

Shades of Resolution Blue #273276

Tints of Resolution Blue #273276

Color information

#273276 (or 0x273276) is unknown color: approx Resolution Blue. HEX triplet: 27, 32 and 76. RGB value is (39,50,118). Sum of RGB (Red+Green+Blue) = 39+50+118=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #273276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273276 is #D8CD89. Grayscale: #363636. Windows color (decimal): -14208394 or 7746087. OLE color: 7746087.

HSL color Cylindrical-coordinate representation of color #273276: hue angle of 231.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273276 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3950118-
CMYK0.670.5800.54
HSL231.65º50.32%30.78%-
HSV(B)231.65º66.95%46.27%-
XYZ5.254.0217.64-
YUV54.46163.86116.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=18.84%
G=24.15%
B=57.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39501180.670.5800.54231.6550.3230.78
Hex273276433A036e8321f
Octal4762166103720663506237
Binary1001111100101110110100001111101001101101110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273276; }

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

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

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

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

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

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

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

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