Html Css Color HEX #334D84 Fun Blue

📋 copy color: '#334D84'

red 51 ◦ green 77 ◦ blue 132

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

Shades of Fun Blue #334D84

Tints of Fun Blue #334D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 19.62%
G = 29.62%
B = 50.77%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334D84 (or 0x334D84) is known color: Fun Blue. HEX triplet: 33, 4D and 84. RGB value is (51,77,132). Sum of RGB (Red+Green+Blue) = 51+77+132=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #334D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D84 is #CCB27B. Grayscale: #4B4B4B. Windows color (decimal): -13415036 or 8670515. OLE color: 8670515.

HSL color Cylindrical-coordinate representation of color #334D84: hue angle of 220.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334D84 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 77 132 -
CMYK 0.61 0.42 0 0.48
HSL 220.74º 0.44% 0.36% -
HSV(B) 220.74º 0.61% 0.52% -
XYZ 8.18 7.68 22.88 -
YUV 75.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 51 77 132 0.61 0.42 0 0.48 220.74 0.44 0.36
Hex 33 4D 84 3D 2A 0 30 DD 2C 24
Octal 63 115 204 75 52 0 60 335 54 44
Binary 110011 1001101 10000100 111101 101010 0 110000 11011101 101100 100100

Color Harmonies of #334D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D84

Black with #334D84

Text Example


Text Example

White with #334D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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