Html Css Color HEX #344E77 Fun Blue

📋 copy color: '#344E77'

red 52 ◦ green 78 ◦ blue 119

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

Shades of Fun Blue #344E77

Tints of Fun Blue #344E77

RGB

 RED value IS 52 (20.7% from 255) = 20.88%

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

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

R = 20.88%
G = 31.33%
B = 47.79%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344E77 (or 0x344E77) is known color: Fun Blue. HEX triplet: 34, 4E and 77. RGB value is (52,78,119). Sum of RGB (Red+Green+Blue) = 52+78+119=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #344E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E77 is #CBB188. Grayscale: #4A4A4A. Windows color (decimal): -13349257 or 7818804. OLE color: 7818804.

HSL color Cylindrical-coordinate representation of color #344E77: hue angle of 216.72º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344E77 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 78 119 -
CMYK 0.56 0.34 0 0.53
HSL 216.72º 0.39% 0.34% -
HSV(B) 216.72º 0.56% 0.47% -
XYZ 7.47 7.51 18.51 -
YUV 74.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 52 78 119 0.56 0.34 0 0.53 216.72 0.39 0.34
Hex 34 4E 77 38 22 0 35 D9 27 22
Octal 64 116 167 70 42 0 65 331 47 42
Binary 110100 1001110 1110111 111000 100010 0 110101 11011001 100111 100010

Color Harmonies of #344E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E77

Black with #344E77

Text Example


Text Example

White with #344E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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