#344C82

Color #344C82 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #344C82

Tints of Fun Blue #344C82

Color information

#344C82 (or 0x344C82) is unknown color: approx Fun Blue. HEX triplet: 34, 4C and 82. RGB value is (52,76,130). Sum of RGB (Red+Green+Blue) = 52+76+130=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #344C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C82 is #CBB37D. Grayscale: #4A4A4A. Windows color (decimal): -13349758 or 8539188. OLE color: 8539188.

HSL color Cylindrical-coordinate representation of color #344C82: hue angle of 221.54º 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 #344C82 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5276130-
CMYK0.600.4200.49
HSL221.54º42.86%35.69%-
HSV(B)221.54º60%50.98%-
XYZ8.037.5122.15-
YUV74.98159.05111.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=20.16%
G=29.46%
B=50.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52761300.600.4200.49221.5442.8635.69
Hex344C823C2A031de2b24
Octal6411420274520613365344
Binary110100100110010000010111100101010011000111011110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #344C82;
 }
 .AnyTagClassName
 {
   color: #344C82;
 }
</style>
background-color css

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

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

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

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

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

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