#273B6E

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

Shades of Resolution Blue #273B6E

Tints of Resolution Blue #273B6E

Color information

#273B6E (or 0x273B6E) is unknown color: approx Resolution Blue. HEX triplet: 27, 3B and 6E. RGB value is (39,59,110). Sum of RGB (Red+Green+Blue) = 39+59+110=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #273B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B6E is #D8C491. Grayscale: #3A3A3A. Windows color (decimal): -14206098 or 7224103. OLE color: 7224103.

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

Color convert

RGB3959110-
CMYK0.650.4600.57
HSL223.1º47.65%29.22%-
HSV(B)223.1º64.55%43.14%-
XYZ5.224.6915.38-
YUV58.83156.87113.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=18.75%
G=28.37%
B=52.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39591100.650.4600.57223.147.6529.22
Hex273B6E412E039df301d
Octal4773156101560713376035
Binary1001111110111101110100000110111001110011101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,59,110); }

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

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

 a { background-color: rgb(39,59,110); }

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

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

 span { border-color: rgb(39,59,110); }

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