#273878

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

Shades of Resolution Blue #273878

Tints of Resolution Blue #273878

Color information

#273878 (or 0x273878) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 78. RGB value is (39,56,120). Sum of RGB (Red+Green+Blue) = 39+56+120=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #273878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273878 is #D8C787. Grayscale: #393939. Windows color (decimal): -14206856 or 7878695. OLE color: 7878695.

HSL color Cylindrical-coordinate representation of color #273878: hue angle of 227.41º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273878 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3956120-
CMYK0.670.5300.53
HSL227.41º50.94%31.18%-
HSV(B)227.41º67.5%47.06%-
XYZ5.644.6218.36-
YUV58.21162.87114.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=18.14%
G=26.05%
B=55.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39561200.670.5300.53227.4150.9431.18
Hex2738784335035e3331f
Octal4770170103650653436337
Binary1001111110001111000100001111010101101011110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273878; }

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

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

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

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

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

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

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

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