#273872

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

Shades of Resolution Blue #273872

Tints of Resolution Blue #273872

Color information

#273872 (or 0x273872) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 72. RGB value is (39,56,114). Sum of RGB (Red+Green+Blue) = 39+56+114=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #273872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273872 is #D8C78D. Grayscale: #393939. Windows color (decimal): -14206862 or 7485479. OLE color: 7485479.

HSL color Cylindrical-coordinate representation of color #273872: hue angle of 226.4º 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 #273872 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3956114-
CMYK0.660.5100.55
HSL226.4º49.02%30%-
HSV(B)226.4º65.79%44.71%-
XYZ5.294.4716.5-
YUV57.53159.87114.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=18.66%
G=26.79%
B=54.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39561140.660.5100.55226.449.0230
Hex2738724233037e2311e
Octal4770162102630673426136
Binary1001111110001110010100001011001101101111110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273872; }

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

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

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

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

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

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

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

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