Html Css Color HEX #344C76 Fun Blue

📋 copy color: '#344C76'

red 52 ◦ green 76 ◦ blue 118

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

Shades of Fun Blue #344C76

Tints of Fun Blue #344C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 21.14%
G = 30.89%
B = 47.97%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#344C76 (or 0x344C76) is known color: Fun Blue. HEX triplet: 34, 4C and 76. RGB value is (52,76,118). Sum of RGB (Red+Green+Blue) = 52+76+118=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #344C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C76 is #CBB389. Grayscale: #494949. Windows color (decimal): -13349770 or 7752756. OLE color: 7752756.

HSL color Cylindrical-coordinate representation of color #344C76: hue angle of 218.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344C76 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 76 118 -
CMYK 0.56 0.36 0 0.54
HSL 218.18º 0.39% 0.33% -
HSV(B) 218.18º 0.56% 0.46% -
XYZ 7.27 7.21 18.15 -
YUV 73.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 52 76 118 0.56 0.36 0 0.54 218.18 0.39 0.33
Hex 34 4C 76 38 24 0 36 DA 27 21
Octal 64 114 166 70 44 0 66 332 47 41
Binary 110100 1001100 1110110 111000 100100 0 110110 11011010 100111 100001

Color Harmonies of #344C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C76

Black with #344C76

Text Example


Text Example

White with #344C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,118); }

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

background-color css

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

 a { background-color: rgb(52,76,118); }

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

border-color css

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

 span { border-color: rgb(52,76,118); }

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