#273C6B

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

Shades of Resolution Blue #273C6B

Tints of Resolution Blue #273C6B

Color information

#273C6B (or 0x273C6B) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 6B. RGB value is (39,60,107). Sum of RGB (Red+Green+Blue) = 39+60+107=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #273C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C6B is #D8C394. Grayscale: #3A3A3A. Windows color (decimal): -14205845 or 7027751. OLE color: 7027751.

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

Color convert

RGB3960107-
CMYK0.640.4400.58
HSL221.47º46.58%28.63%-
HSV(B)221.47º63.55%41.96%-
XYZ5.114.7214.55-
YUV59.08155.04113.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=18.93%
G=29.13%
B=51.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39601070.640.4400.58221.4746.5828.63
Hex273C6B402C03Add2f1d
Octal4774153100540723355735
Binary1001111111001101011100000010110001110101101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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