#344C7D

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

Shades of Fun Blue #344C7D

Tints of Fun Blue #344C7D

Color information

#344C7D (or 0x344C7D) is unknown color: approx Fun Blue. HEX triplet: 34, 4C and 7D. RGB value is (52,76,125). Sum of RGB (Red+Green+Blue) = 52+76+125=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #344C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C7D is #CBB382. Grayscale: #4A4A4A. Windows color (decimal): -13349763 or 8211508. OLE color: 8211508.

HSL color Cylindrical-coordinate representation of color #344C7D: hue angle of 220.27º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #344C7D is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5276125-
CMYK0.580.3900.51
HSL220.27º41.24%34.71%-
HSV(B)220.27º58.4%49.02%-
XYZ7.77.3820.42-
YUV74.41156.55112.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=20.55%
G=30.04%
B=49.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52761250.580.3900.51220.2741.2434.71
Hex344C7D3A27033dc2923
Octal6411417572470633345143
Binary11010010011001111101111010100111011001111011100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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