#273876

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

Shades of Resolution Blue #273876

Tints of Resolution Blue #273876

Color information

#273876 (or 0x273876) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 76. RGB value is (39,56,118). Sum of RGB (Red+Green+Blue) = 39+56+118=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #273876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273876 is #D8C789. Grayscale: #393939. Windows color (decimal): -14206858 or 7747623. OLE color: 7747623.

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

Color convert

RGB3956118-
CMYK0.670.5300.54
HSL227.09º50.32%30.78%-
HSV(B)227.09º66.95%46.27%-
XYZ5.524.5717.73-
YUV57.98161.87114.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=18.31%
G=26.29%
B=55.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39561180.670.5300.54227.0950.3230.78
Hex2738764335036e3321f
Octal4770166103650663436237
Binary1001111110001110110100001111010101101101110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273876; }

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

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

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

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

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

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

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

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