#344B76

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

Shades of Fun Blue #344B76

Tints of Fun Blue #344B76

Color information

#344B76 (or 0x344B76) is unknown color: approx Fun Blue. HEX triplet: 34, 4B and 76. RGB value is (52,75,118). Sum of RGB (Red+Green+Blue) = 52+75+118=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #344B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B76 is #CBB489. Grayscale: #484848. Windows color (decimal): -13350026 or 7752500. OLE color: 7752500.

HSL color Cylindrical-coordinate representation of color #344B76: hue angle of 219.09º 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 #344B76 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5275118-
CMYK0.560.3600.54
HSL219.09º38.82%33.33%-
HSV(B)219.09º55.93%46.27%-
XYZ7.27.0718.12-
YUV73.03153.38113-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=21.22%
G=30.61%
B=48.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52751180.560.3600.54219.0938.8233.33
Hex344B763824036db2721
Octal6411316670440663334741
Binary11010010010111110110111000100100011011011011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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