Html Css Color HEX #344E83 Fun Blue

📋 copy color: '#344E83'

red 52 ◦ green 78 ◦ blue 131

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

Shades of Fun Blue #344E83

Tints of Fun Blue #344E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 19.92%
G = 29.89%
B = 50.19%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344E83 (or 0x344E83) is known color: Fun Blue. HEX triplet: 34, 4E and 83. RGB value is (52,78,131). Sum of RGB (Red+Green+Blue) = 52+78+131=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #344E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344E83 is #CBB17C. Grayscale: #4C4C4C. Windows color (decimal): -13349245 or 8605236. OLE color: 8605236.

HSL color Cylindrical-coordinate representation of color #344E83: hue angle of 220.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344E83 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 78 131 -
CMYK 0.60 0.40 0 0.49
HSL 220.25º 0.43% 0.36% -
HSV(B) 220.25º 0.6% 0.51% -
XYZ 8.24 7.82 22.55 -
YUV 76.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 52 78 131 0.60 0.40 0 0.49 220.25 0.43 0.36
Hex 34 4E 83 3C 28 0 31 DC 2B 24
Octal 64 116 203 74 50 0 61 334 53 44
Binary 110100 1001110 10000011 111100 101000 0 110001 11011100 101011 100100

Color Harmonies of #344E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E83

Black with #344E83

Text Example


Text Example

White with #344E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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