#273684

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

Shades of Resolution Blue #273684

Tints of Resolution Blue #273684

Color information

#273684 (or 0x273684) is unknown color: approx Resolution Blue. HEX triplet: 27, 36 and 84. RGB value is (39,54,132). Sum of RGB (Red+Green+Blue) = 39+54+132=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #273684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273684 is #D8C97B. Grayscale: #3A3A3A. Windows color (decimal): -14207356 or 8664615. OLE color: 8664615.

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

Color convert

RGB3954132-
CMYK0.700.5900.48
HSL230.32º54.39%33.53%-
HSV(B)230.32º70.45%51.76%-
XYZ6.324.7422.41-
YUV58.41169.53114.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=17.33%
G=24%
B=58.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39541320.700.5900.48230.3254.3933.53
Hex273684463B030e63622
Octal4766204106730603466642
Binary100111110110100001001000110111011011000011100110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273684; }

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

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

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

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

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

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

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

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