#273472

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

Shades of Resolution Blue #273472

Tints of Resolution Blue #273472

Color information

#273472 (or 0x273472) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 72. RGB value is (39,52,114). Sum of RGB (Red+Green+Blue) = 39+52+114=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #273472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273472 is #D8CB8D. Grayscale: #363636. Windows color (decimal): -14207886 or 7484455. OLE color: 7484455.

HSL color Cylindrical-coordinate representation of color #273472: hue angle of 229.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273472 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3952114-
CMYK0.660.5400.55
HSL229.6º49.02%30%-
HSV(B)229.6º65.79%44.71%-
XYZ5.14.116.44-
YUV55.18161.19116.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=19.02%
G=25.37%
B=55.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39521140.660.5400.55229.649.0230
Hex2734724236037e6311e
Octal4764162102660673466136
Binary1001111101001110010100001011011001101111110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273472; }

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

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

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

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

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

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

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

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