Html Css Color HEX #273971 Resolution Blue

📋 copy color: '#273971'

red 39 ◦ green 57 ◦ blue 113

#273971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #273971

Tints of Resolution Blue #273971

RGB

 RED value IS 39 (15.63% from 255) = 18.66%

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 18.66%
G = 27.27%
B = 54.07%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#273971 (or 0x273971) is known color: Resolution Blue. HEX triplet: 27, 39 and 71. RGB value is (39,57,113). Sum of RGB (Red+Green+Blue) = 39+57+113=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #273971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273971 is #D8C68E. Grayscale: #393939. Windows color (decimal): -14206607 or 7420199. OLE color: 7420199.

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

Color convert

RGB 39 57 113 -
CMYK 0.65 0.50 0 0.56
HSL 225.41º 0.49% 0.3% -
HSV(B) 225.41º 0.65% 0.44% -
XYZ 5.28 4.55 16.22 -
YUV 58 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 39 57 113 0.65 0.50 0 0.56 225.41 0.49 0.3
Hex 27 39 71 41 32 0 38 E1 31 1E
Octal 47 71 161 101 62 0 70 341 61 36
Binary 100111 111001 1110001 1000001 110010 0 111000 11100001 110001 11110

Color Harmonies of #273971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273971

Black with #273971

Text Example


Text Example

White with #273971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273971; }

 p { color: rgb(39,57,113); }

 H1.HeaderClassName
 {
   color: #273971;
 }
 .AnyTagClassName
 {
   color: #273971;
 }
</style>

background-color css

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

 a { background-color: rgb(39,57,113); }

 div.DivClassName
 {
   background-color: #273971;
 }
 .BgClassName
 {
   background-color: #273971;
 }
</style>

border-color css

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

 span { border-color: rgb(39,57,113); }

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