Html Css Color HEX #334D80 Fun Blue

📋 copy color: '#334D80'

red 51 ◦ green 77 ◦ blue 128

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

Shades of Fun Blue #334D80

Tints of Fun Blue #334D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50%

R = 19.92%
G = 30.08%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334D80 (or 0x334D80) is known color: Fun Blue. HEX triplet: 33, 4D and 80. RGB value is (51,77,128). Sum of RGB (Red+Green+Blue) = 51+77+128=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #334D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D80 is #CCB27F. Grayscale: #4A4A4A. Windows color (decimal): -13415040 or 8408371. OLE color: 8408371.

HSL color Cylindrical-coordinate representation of color #334D80: hue angle of 219.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334D80 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 77 128 -
CMYK 0.60 0.40 0 0.50
HSL 219.74º 0.43% 0.35% -
HSV(B) 219.74º 0.6% 0.5% -
XYZ 7.92 7.57 21.47 -
YUV 75.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 51 77 128 0.60 0.40 0 0.50 219.74 0.43 0.35
Hex 33 4D 80 3C 28 0 32 DC 2B 23
Octal 63 115 200 74 50 0 62 334 53 43
Binary 110011 1001101 10000000 111100 101000 0 110010 11011100 101011 100011

Color Harmonies of #334D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D80

Black with #334D80

Text Example


Text Example

White with #334D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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