Html Css Color HEX #334976 Fun Blue

📋 copy color: '#334976'

red 51 ◦ green 73 ◦ blue 118

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

Shades of Fun Blue #334976

Tints of Fun Blue #334976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 21.07%
G = 30.17%
B = 48.76%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334976 (or 0x334976) is known color: Fun Blue. HEX triplet: 33, 49 and 76. RGB value is (51,73,118). Sum of RGB (Red+Green+Blue) = 51+73+118=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #334976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334976 is #CCB689. Grayscale: #474747. Windows color (decimal): -13416074 or 7751987. OLE color: 7751987.

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

Color convert

RGB 51 73 118 -
CMYK 0.57 0.38 0 0.54
HSL 220.3º 0.4% 0.33% -
HSV(B) 220.3º 0.57% 0.46% -
XYZ 7.02 6.78 18.08 -
YUV 71.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 51 73 118 0.57 0.38 0 0.54 220.3 0.4 0.33
Hex 33 49 76 39 26 0 36 DC 28 21
Octal 63 111 166 71 46 0 66 334 50 41
Binary 110011 1001001 1110110 111001 100110 0 110110 11011100 101000 100001

Color Harmonies of #334976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334976

Black with #334976

Text Example


Text Example

White with #334976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334976; }

 p { color: rgb(51,73,118); }

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

background-color css

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

 a { background-color: rgb(51,73,118); }

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

border-color css

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

 span { border-color: rgb(51,73,118); }

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