#273476

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

Shades of Resolution Blue #273476

Tints of Resolution Blue #273476

Color information

#273476 (or 0x273476) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 76. RGB value is (39,52,118). Sum of RGB (Red+Green+Blue) = 39+52+118=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #273476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273476 is #D8CB89. Grayscale: #373737. Windows color (decimal): -14207882 or 7746599. OLE color: 7746599.

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

Color convert

RGB3952118-
CMYK0.670.5600.54
HSL230.13º50.32%30.78%-
HSV(B)230.13º66.95%46.27%-
XYZ5.334.217.67-
YUV55.64163.19116.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=18.66%
G=24.88%
B=56.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39521180.670.5600.54230.1350.3230.78
Hex2734764338036e6321f
Octal4764166103700663466237
Binary1001111101001110110100001111100001101101110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273476; }

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

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

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

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

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

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

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

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