Html Css Color HEX #334773 Resolution Blue

📋 copy color: '#334773'

red 51 ◦ green 71 ◦ blue 115

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

Shades of Resolution Blue #334773

Tints of Resolution Blue #334773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 21.52%
G = 29.96%
B = 48.52%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334773 (or 0x334773) is known color: Resolution Blue. HEX triplet: 33, 47 and 73. RGB value is (51,71,115). Sum of RGB (Red+Green+Blue) = 51+71+115=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #334773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334773 is #CCB88C. Grayscale: #454545. Windows color (decimal): -13416589 or 7554867. OLE color: 7554867.

HSL color Cylindrical-coordinate representation of color #334773: hue angle of 221.25º 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 #334773 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 71 115 -
CMYK 0.56 0.38 0 0.55
HSL 221.25º 0.39% 0.33% -
HSV(B) 221.25º 0.56% 0.45% -
XYZ 6.71 6.45 17.11 -
YUV 70.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 51 71 115 0.56 0.38 0 0.55 221.25 0.39 0.33
Hex 33 47 73 38 26 0 37 DD 27 21
Octal 63 107 163 70 46 0 67 335 47 41
Binary 110011 1000111 1110011 111000 100110 0 110111 11011101 100111 100001

Color Harmonies of #334773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334773

Black with #334773

Text Example


Text Example

White with #334773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334773; }

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

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

background-color css

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

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

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

border-color css

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

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

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