#273F6D

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

Shades of Resolution Blue #273F6D

Tints of Resolution Blue #273F6D

Color information

#273F6D (or 0x273F6D) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 6D. RGB value is (39,63,109). Sum of RGB (Red+Green+Blue) = 39+63+109=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #273F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F6D is #D8C092. Grayscale: #3C3C3C. Windows color (decimal): -14205075 or 7159591. OLE color: 7159591.

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

Color convert

RGB3963109-
CMYK0.640.4200.57
HSL219.43º47.3%29.02%-
HSV(B)219.43º64.22%42.75%-
XYZ5.375.0915.17-
YUV61.07155.05112.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=18.48%
G=29.86%
B=51.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39631090.640.4200.57219.4347.329.02
Hex273F6D402A039db2f1d
Octal4777155100520713335735
Binary1001111111111101101100000010101001110011101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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