Html Css Color HEX #334F84 Fun Blue

📋 copy color: '#334F84'

red 51 ◦ green 79 ◦ blue 132

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

Shades of Fun Blue #334F84

Tints of Fun Blue #334F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 19.47%
G = 30.15%
B = 50.38%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334F84 (or 0x334F84) is known color: Fun Blue. HEX triplet: 33, 4F and 84. RGB value is (51,79,132). Sum of RGB (Red+Green+Blue) = 51+79+132=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #334F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F84 is #CCB07B. Grayscale: #4C4C4C. Windows color (decimal): -13414524 or 8671027. OLE color: 8671027.

HSL color Cylindrical-coordinate representation of color #334F84: hue angle of 219.26º 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 #334F84 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 79 132 -
CMYK 0.61 0.40 0 0.48
HSL 219.26º 0.44% 0.36% -
HSV(B) 219.26º 0.61% 0.52% -
XYZ 8.33 7.96 22.93 -
YUV 76.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 51 79 132 0.61 0.40 0 0.48 219.26 0.44 0.36
Hex 33 4F 84 3D 28 0 30 DB 2C 24
Octal 63 117 204 75 50 0 60 333 54 44
Binary 110011 1001111 10000100 111101 101000 0 110000 11011011 101100 100100

Color Harmonies of #334F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F84

Black with #334F84

Text Example


Text Example

White with #334F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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