Html Css Color HEX #273379 Resolution Blue

📋 copy color: '#273379'

red 39 ◦ green 51 ◦ blue 121

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

Shades of Resolution Blue #273379

Tints of Resolution Blue #273379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 18.48%
G = 24.17%
B = 57.35%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#273379 (or 0x273379) is known color: Resolution Blue. HEX triplet: 27, 33 and 79. RGB value is (39,51,121). Sum of RGB (Red+Green+Blue) = 39+51+121=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #273379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273379 is #D8CC86. Grayscale: #373737. Windows color (decimal): -14208135 or 7942951. OLE color: 7942951.

HSL color Cylindrical-coordinate representation of color #273379: hue angle of 231.22º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273379 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 51 121 -
CMYK 0.68 0.58 0 0.53
HSL 231.22º 0.51% 0.31% -
HSV(B) 231.22º 0.68% 0.47% -
XYZ 5.47 4.18 18.61 -
YUV 55.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 39 51 121 0.68 0.58 0 0.53 231.22 0.51 0.31
Hex 27 33 79 44 3A 0 35 E7 33 1F
Octal 47 63 171 104 72 0 65 347 63 37
Binary 100111 110011 1111001 1000100 111010 0 110101 11100111 110011 11111

Color Harmonies of #273379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273379

Black with #273379

Text Example


Text Example

White with #273379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273379; }

 p { color: rgb(39,51,121); }

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

background-color css

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

 a { background-color: rgb(39,51,121); }

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

border-color css

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

 span { border-color: rgb(39,51,121); }

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