Html Css Color HEX #334D77 Fun Blue

📋 copy color: '#334D77'

red 51 ◦ green 77 ◦ blue 119

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

Shades of Fun Blue #334D77

Tints of Fun Blue #334D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

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

R = 20.65%
G = 31.17%
B = 48.18%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334D77 (or 0x334D77) is known color: Fun Blue. HEX triplet: 33, 4D and 77. RGB value is (51,77,119). Sum of RGB (Red+Green+Blue) = 51+77+119=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #334D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D77 is #CCB288. Grayscale: #494949. Windows color (decimal): -13415049 or 7818547. OLE color: 7818547.

HSL color Cylindrical-coordinate representation of color #334D77: hue angle of 217.06º 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 #334D77 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 77 119 -
CMYK 0.57 0.35 0 0.53
HSL 217.06º 0.4% 0.33% -
HSV(B) 217.06º 0.57% 0.47% -
XYZ 7.35 7.34 18.48 -
YUV 74.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 51 77 119 0.57 0.35 0 0.53 217.06 0.4 0.33
Hex 33 4D 77 39 23 0 35 D9 28 21
Octal 63 115 167 71 43 0 65 331 50 41
Binary 110011 1001101 1110111 111001 100011 0 110101 11011001 101000 100001

Color Harmonies of #334D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D77

Black with #334D77

Text Example


Text Example

White with #334D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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