Html Css Color HEX #334774 Resolution Blue

📋 copy color: '#334774'

red 51 ◦ green 71 ◦ blue 116

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

Shades of Resolution Blue #334774

Tints of Resolution Blue #334774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 21.43%
G = 29.83%
B = 48.74%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334774 (or 0x334774) is known color: Resolution Blue. HEX triplet: 33, 47 and 74. RGB value is (51,71,116). Sum of RGB (Red+Green+Blue) = 51+71+116=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #334774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334774 is #CCB88B. Grayscale: #454545. Windows color (decimal): -13416588 or 7620403. OLE color: 7620403.

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

Color convert

RGB 51 71 116 -
CMYK 0.56 0.39 0 0.55
HSL 221.54º 0.39% 0.33% -
HSV(B) 221.54º 0.56% 0.45% -
XYZ 6.77 6.47 17.42 -
YUV 70.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 51 71 116 0.56 0.39 0 0.55 221.54 0.39 0.33
Hex 33 47 74 38 27 0 37 DE 27 21
Octal 63 107 164 70 47 0 67 336 47 41
Binary 110011 1000111 1110100 111000 100111 0 110111 11011110 100111 100001

Color Harmonies of #334774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334774

Black with #334774

Text Example


Text Example

White with #334774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334774; }

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

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

background-color css

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

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

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

border-color css

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

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

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