Html Css Color HEX #334E78 Fun Blue

📋 copy color: '#334E78'

red 51 ◦ green 78 ◦ blue 120

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

Shades of Fun Blue #334E78

Tints of Fun Blue #334E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 20.48%
G = 31.33%
B = 48.19%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334E78 (or 0x334E78) is known color: Fun Blue. HEX triplet: 33, 4E and 78. RGB value is (51,78,120). Sum of RGB (Red+Green+Blue) = 51+78+120=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #334E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E78 is #CCB187. Grayscale: #4A4A4A. Windows color (decimal): -13414792 or 7884339. OLE color: 7884339.

HSL color Cylindrical-coordinate representation of color #334E78: hue angle of 216.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334E78 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 78 120 -
CMYK 0.58 0.35 0 0.53
HSL 216.52º 0.4% 0.34% -
HSV(B) 216.52º 0.58% 0.47% -
XYZ 7.48 7.51 18.82 -
YUV 74.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 51 78 120 0.58 0.35 0 0.53 216.52 0.4 0.34
Hex 33 4E 78 3A 23 0 35 D9 28 22
Octal 63 116 170 72 43 0 65 331 50 42
Binary 110011 1001110 1111000 111010 100011 0 110101 11011001 101000 100010

Color Harmonies of #334E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E78

Black with #334E78

Text Example


Text Example

White with #334E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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