Html Css Color HEX #344D77 Fun Blue

📋 copy color: '#344D77'

red 52 ◦ green 77 ◦ blue 119

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

Shades of Fun Blue #344D77

Tints of Fun Blue #344D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

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

R = 20.97%
G = 31.05%
B = 47.98%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344D77 (or 0x344D77) is known color: Fun Blue. HEX triplet: 34, 4D and 77. RGB value is (52,77,119). Sum of RGB (Red+Green+Blue) = 52+77+119=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 77 (30.47% from 255 or 31.05% 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 #344D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D77 is #CBB288. Grayscale: #4A4A4A. Windows color (decimal): -13349513 or 7818548. OLE color: 7818548.

HSL color Cylindrical-coordinate representation of color #344D77: hue angle of 217.61º 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 #344D77 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 77 119 -
CMYK 0.56 0.35 0 0.53
HSL 217.61º 0.39% 0.34% -
HSV(B) 217.61º 0.56% 0.47% -
XYZ 7.4 7.37 18.49 -
YUV 74.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 52 77 119 0.56 0.35 0 0.53 217.61 0.39 0.34
Hex 34 4D 77 38 23 0 35 DA 27 22
Octal 64 115 167 70 43 0 65 332 47 42
Binary 110100 1001101 1110111 111000 100011 0 110101 11011010 100111 100010

Color Harmonies of #344D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D77

Black with #344D77

Text Example


Text Example

White with #344D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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