Html Css Color HEX #334E77 Fun Blue

📋 copy color: '#334E77'

red 51 ◦ green 78 ◦ blue 119

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

Shades of Fun Blue #334E77

Tints of Fun Blue #334E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

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

R = 20.56%
G = 31.45%
B = 47.98%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334E77 (or 0x334E77) is known color: Fun Blue. HEX triplet: 33, 4E and 77. RGB value is (51,78,119). Sum of RGB (Red+Green+Blue) = 51+78+119=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #334E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E77 is #CCB188. Grayscale: #4A4A4A. Windows color (decimal): -13414793 or 7818803. OLE color: 7818803.

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

Color convert

RGB 51 78 119 -
CMYK 0.57 0.34 0 0.53
HSL 216.18º 0.4% 0.33% -
HSV(B) 216.18º 0.57% 0.47% -
XYZ 7.42 7.48 18.51 -
YUV 74.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 51 78 119 0.57 0.34 0 0.53 216.18 0.4 0.33
Hex 33 4E 77 39 22 0 35 D8 28 21
Octal 63 116 167 71 42 0 65 330 50 41
Binary 110011 1001110 1110111 111001 100010 0 110101 11011000 101000 100001

Color Harmonies of #334E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E77

Black with #334E77

Text Example


Text Example

White with #334E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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