#273E6F

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

Shades of Resolution Blue #273E6F

Tints of Resolution Blue #273E6F

Color information

#273E6F (or 0x273E6F) is unknown color: approx Resolution Blue. HEX triplet: 27, 3E and 6F. RGB value is (39,62,111). Sum of RGB (Red+Green+Blue) = 39+62+111=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #273E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E6F is #D8C190. Grayscale: #3C3C3C. Windows color (decimal): -14205329 or 7290407. OLE color: 7290407.

HSL color Cylindrical-coordinate representation of color #273E6F: hue angle of 220.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273E6F is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3962111-
CMYK0.650.4400.56
HSL220.83º48%29.41%-
HSV(B)220.83º64.86%43.53%-
XYZ5.435.0215.72-
YUV60.71156.38112.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=18.40%
G=29.25%
B=52.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39621110.650.4400.56220.834829.41
Hex273E6F412C038dd301d
Octal4776157101540703356035
Binary1001111111101101111100000110110001110001101110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,62,111); }

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

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

 a { background-color: rgb(39,62,111); }

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

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

 span { border-color: rgb(39,62,111); }

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