Html Css Color HEX #334971 Resolution Blue

📋 copy color: '#334971'

red 51 ◦ green 73 ◦ blue 113

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

Shades of Resolution Blue #334971

Tints of Resolution Blue #334971

RGB

 RED value IS 51 (20.31% from 255) = 21.52%

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 21.52%
G = 30.8%
B = 47.68%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334971 (or 0x334971) is known color: Resolution Blue. HEX triplet: 33, 49 and 71. RGB value is (51,73,113). Sum of RGB (Red+Green+Blue) = 51+73+113=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #334971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334971 is #CCB68E. Grayscale: #464646. Windows color (decimal): -13416079 or 7424307. OLE color: 7424307.

HSL color Cylindrical-coordinate representation of color #334971: hue angle of 218.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334971 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 73 113 -
CMYK 0.55 0.35 0 0.56
HSL 218.71º 0.38% 0.32% -
HSV(B) 218.71º 0.55% 0.44% -
XYZ 6.73 6.66 16.55 -
YUV 70.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 51 73 113 0.55 0.35 0 0.56 218.71 0.38 0.32
Hex 33 49 71 37 23 0 38 DB 26 20
Octal 63 111 161 67 43 0 70 333 46 40
Binary 110011 1001001 1110001 110111 100011 0 111000 11011011 100110 100000

Color Harmonies of #334971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334971

Black with #334971

Text Example


Text Example

White with #334971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334971; }

 p { color: rgb(51,73,113); }

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

background-color css

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

 a { background-color: rgb(51,73,113); }

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

border-color css

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

 span { border-color: rgb(51,73,113); }

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