#273C77

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

Shades of Resolution Blue #273C77

Tints of Resolution Blue #273C77

Color information

#273C77 (or 0x273C77) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 77. RGB value is (39,60,119). Sum of RGB (Red+Green+Blue) = 39+60+119=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #273C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C77 is #D8C388. Grayscale: #3C3C3C. Windows color (decimal): -14205833 or 7814183. OLE color: 7814183.

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

Color convert

RGB3960119-
CMYK0.670.5000.53
HSL224.25º50.63%30.98%-
HSV(B)224.25º67.23%46.67%-
XYZ5.784.9918.11-
YUV60.45161.04112.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=17.89%
G=27.52%
B=54.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39601190.670.5000.53224.2550.6330.98
Hex273C774332035e0331f
Octal4774167103620653406337
Binary1001111111001110111100001111001001101011110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C77; }

 p { color: rgb(39,60,119); }

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

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

 a { background-color: rgb(39,60,119); }

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

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

 span { border-color: rgb(39,60,119); }

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