#273585

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

Shades of Resolution Blue #273585

Tints of Resolution Blue #273585

Color information

#273585 (or 0x273585) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 85. RGB value is (39,53,133). Sum of RGB (Red+Green+Blue) = 39+53+133=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #273585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273585 is #D8CA7A. Grayscale: #393939. Windows color (decimal): -14207611 or 8729895. OLE color: 8729895.

HSL color Cylindrical-coordinate representation of color #273585: hue angle of 231.06º 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 #273585 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3953133-
CMYK0.710.6000.48
HSL231.06º54.65%33.73%-
HSV(B)231.06º70.68%52.16%-
XYZ6.344.6722.76-
YUV57.93170.36114.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=17.33%
G=23.56%
B=59.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39531330.710.6000.48231.0654.6533.73
Hex273585473C030e73722
Octal4765205107740603476742
Binary100111110101100001011000111111100011000011100111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273585; }

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

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

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

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

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

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

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

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