Html Css Color HEX #334973 Resolution Blue

📋 copy color: '#334973'

red 51 ◦ green 73 ◦ blue 115

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

Shades of Resolution Blue #334973

Tints of Resolution Blue #334973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.12%

R = 21.34%
G = 30.54%
B = 48.12%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334973 (or 0x334973) is known color: Resolution Blue. HEX triplet: 33, 49 and 73. RGB value is (51,73,115). Sum of RGB (Red+Green+Blue) = 51+73+115=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #334973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334973 is #CCB68C. Grayscale: #474747. Windows color (decimal): -13416077 or 7555379. OLE color: 7555379.

HSL color Cylindrical-coordinate representation of color #334973: hue angle of 219.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334973 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 73 115 -
CMYK 0.56 0.37 0 0.55
HSL 219.38º 0.39% 0.33% -
HSV(B) 219.38º 0.56% 0.45% -
XYZ 6.84 6.71 17.15 -
YUV 71.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 51 73 115 0.56 0.37 0 0.55 219.38 0.39 0.33
Hex 33 49 73 38 25 0 37 DB 27 21
Octal 63 111 163 70 45 0 67 333 47 41
Binary 110011 1001001 1110011 111000 100101 0 110111 11011011 100111 100001

Color Harmonies of #334973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334973

Black with #334973

Text Example


Text Example

White with #334973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334973; }

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

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

background-color css

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

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

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

border-color css

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

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

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