#273582

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

Shades of Resolution Blue #273582

Tints of Resolution Blue #273582

Color information

#273582 (or 0x273582) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 82. RGB value is (39,53,130). Sum of RGB (Red+Green+Blue) = 39+53+130=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #273582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273582 is #D8CA7D. Grayscale: #393939. Windows color (decimal): -14207614 or 8533287. OLE color: 8533287.

HSL color Cylindrical-coordinate representation of color #273582: hue angle of 230.77º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273582 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3953130-
CMYK0.700.5900.49
HSL230.77º53.85%33.14%-
HSV(B)230.77º70%50.98%-
XYZ6.144.5921.68-
YUV57.59168.86114.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=17.57%
G=23.87%
B=58.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39531300.700.5900.49230.7753.8533.14
Hex273582463B031e73621
Octal4765202106730613476641
Binary100111110101100000101000110111011011000111100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273582; }

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

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

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

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

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

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

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

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