#344B71

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

Shades of Fun Blue #344B71

Tints of Fun Blue #344B71

Color information

#344B71 (or 0x344B71) is unknown color: approx Fun Blue. HEX triplet: 34, 4B and 71. RGB value is (52,75,113). Sum of RGB (Red+Green+Blue) = 52+75+113=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #344B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B71 is #CBB48E. Grayscale: #484848. Windows color (decimal): -13350031 or 7424820. OLE color: 7424820.

HSL color Cylindrical-coordinate representation of color #344B71: hue angle of 217.38º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344B71 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5275113-
CMYK0.540.3400.56
HSL217.38º36.97%32.35%-
HSV(B)217.38º53.98%44.31%-
XYZ6.916.9516.6-
YUV72.46150.88113.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=21.67%
G=31.25%
B=47.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52751130.540.3400.56217.3836.9732.35
Hex344B713622038d92520
Octal6411316166420703314540
Binary11010010010111110001110110100010011100011011001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,113); }

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

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

 a { background-color: rgb(52,75,113); }

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

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

 span { border-color: rgb(52,75,113); }

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