#273685

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

Shades of Resolution Blue #273685

Tints of Resolution Blue #273685

Color information

#273685 (or 0x273685) is unknown color: approx Resolution Blue. HEX triplet: 27, 36 and 85. RGB value is (39,54,133). Sum of RGB (Red+Green+Blue) = 39+54+133=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #273685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273685 is #D8C97A. Grayscale: #3A3A3A. Windows color (decimal): -14207355 or 8730151. OLE color: 8730151.

HSL color Cylindrical-coordinate representation of color #273685: hue angle of 230.43º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273685 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3954133-
CMYK0.710.5900.48
HSL230.43º54.65%33.73%-
HSV(B)230.43º70.68%52.16%-
XYZ6.394.7622.77-
YUV58.52170.03114.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=17.26%
G=23.89%
B=58.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39541330.710.5900.48230.4354.6533.73
Hex273685473B030e63722
Octal4766205107730603466742
Binary100111110110100001011000111111011011000011100110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273685; }

 p { color: rgb(39,54,133); }

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

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

 a { background-color: rgb(39,54,133); }

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

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

 span { border-color: rgb(39,54,133); }

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