#344A75

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

Shades of Fun Blue #344A75

Tints of Fun Blue #344A75

Color information

#344A75 (or 0x344A75) is unknown color: approx Fun Blue. HEX triplet: 34, 4A and 75. RGB value is (52,74,117). Sum of RGB (Red+Green+Blue) = 52+74+117=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #344A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A75 is #CBB58A. Grayscale: #484848. Windows color (decimal): -13350283 or 7686708. OLE color: 7686708.

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

Color convert

RGB5274117-
CMYK0.560.3700.54
HSL219.69º38.46%33.14%-
HSV(B)219.69º55.56%45.88%-
XYZ7.086.9117.79-
YUV72.32153.21113.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=21.40%
G=30.45%
B=48.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52741170.560.3700.54219.6938.4633.14
Hex344A753825036dc2621
Octal6411216570450663344641
Binary11010010010101110101111000100101011011011011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,74,117); }

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

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

 a { background-color: rgb(52,74,117); }

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

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

 span { border-color: rgb(52,74,117); }

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