#273C6D

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

Shades of Resolution Blue #273C6D

Tints of Resolution Blue #273C6D

Color information

#273C6D (or 0x273C6D) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 6D. RGB value is (39,60,109). Sum of RGB (Red+Green+Blue) = 39+60+109=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #273C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C6D is #D8C392. Grayscale: #3B3B3B. Windows color (decimal): -14205843 or 7158823. OLE color: 7158823.

HSL color Cylindrical-coordinate representation of color #273C6D: hue angle of 222º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273C6D is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3960109-
CMYK0.640.4500.57
HSL222º47.3%29.02%-
HSV(B)222º64.22%42.75%-
XYZ5.214.7715.11-
YUV59.31156.04113.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=18.75%
G=28.85%
B=52.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39601090.640.4500.5722247.329.02
Hex273C6D402D039de2f1d
Octal4774155100550713365735
Binary1001111111001101101100000010110101110011101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C6D; }

 p { color: rgb(39,60,109); }

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

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

 a { background-color: rgb(39,60,109); }

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

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

 span { border-color: rgb(39,60,109); }

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