Html Css Color HEX #334777 Resolution Blue

📋 copy color: '#334777'

red 51 ◦ green 71 ◦ blue 119

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

Shades of Resolution Blue #334777

Tints of Resolution Blue #334777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 21.16%
G = 29.46%
B = 49.38%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334777 (or 0x334777) is known color: Resolution Blue. HEX triplet: 33, 47 and 77. RGB value is (51,71,119). Sum of RGB (Red+Green+Blue) = 51+71+119=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #334777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334777 is #CCB888. Grayscale: #464646. Windows color (decimal): -13416585 or 7817011. OLE color: 7817011.

HSL color Cylindrical-coordinate representation of color #334777: hue angle of 222.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334777 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 71 119 -
CMYK 0.57 0.40 0 0.53
HSL 222.35º 0.4% 0.33% -
HSV(B) 222.35º 0.57% 0.47% -
XYZ 6.95 6.54 18.35 -
YUV 70.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 51 71 119 0.57 0.40 0 0.53 222.35 0.4 0.33
Hex 33 47 77 39 28 0 35 DE 28 21
Octal 63 107 167 71 50 0 65 336 50 41
Binary 110011 1000111 1110111 111001 101000 0 110101 11011110 101000 100001

Color Harmonies of #334777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334777

Black with #334777

Text Example


Text Example

White with #334777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334777; }

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

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

background-color css

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

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

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

border-color css

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

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

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