#273D6D

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

Shades of Resolution Blue #273D6D

Tints of Resolution Blue #273D6D

Color information

#273D6D (or 0x273D6D) is unknown color: approx Resolution Blue. HEX triplet: 27, 3D and 6D. RGB value is (39,61,109). Sum of RGB (Red+Green+Blue) = 39+61+109=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #273D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D6D is #D8C292. Grayscale: #3B3B3B. Windows color (decimal): -14205587 or 7159079. OLE color: 7159079.

HSL color Cylindrical-coordinate representation of color #273D6D: hue angle of 221.14º 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 #273D6D is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3961109-
CMYK0.640.4400.57
HSL221.14º47.3%29.02%-
HSV(B)221.14º64.22%42.75%-
XYZ5.274.8715.13-
YUV59.89155.71113.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=18.66%
G=29.19%
B=52.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39611090.640.4400.57221.1447.329.02
Hex273D6D402C039dd2f1d
Octal4775155100540713355735
Binary1001111111011101101100000010110001110011101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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