#273577

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

Shades of Resolution Blue #273577

Tints of Resolution Blue #273577

Color information

#273577 (or 0x273577) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 77. RGB value is (39,53,119). Sum of RGB (Red+Green+Blue) = 39+53+119=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #273577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273577 is #D8CA88. Grayscale: #383838. Windows color (decimal): -14207625 or 7812391. OLE color: 7812391.

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

Color convert

RGB3953119-
CMYK0.670.5500.53
HSL229.5º50.63%30.98%-
HSV(B)229.5º67.23%46.67%-
XYZ5.444.3118-
YUV56.34163.36115.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=18.48%
G=25.12%
B=56.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39531190.670.5500.53229.550.6330.98
Hex2735774337035e6331f
Octal4765167103670653466337
Binary1001111101011110111100001111011101101011110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273577; }

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

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

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

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

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

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

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

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