#344A7A

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

Shades of Fun Blue #344A7A

Tints of Fun Blue #344A7A

Color information

#344A7A (or 0x344A7A) is unknown color: approx Fun Blue. HEX triplet: 34, 4A and 7A. RGB value is (52,74,122). Sum of RGB (Red+Green+Blue) = 52+74+122=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #344A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A7A is #CBB585. Grayscale: #484848. Windows color (decimal): -13350278 or 8014388. OLE color: 8014388.

HSL color Cylindrical-coordinate representation of color #344A7A: hue angle of 221.14º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344A7A is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5274122-
CMYK0.570.3900.52
HSL221.14º40.23%34.12%-
HSV(B)221.14º57.38%47.84%-
XYZ7.387.0319.38-
YUV72.89155.71113.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=20.97%
G=29.84%
B=49.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52741220.570.3900.52221.1440.2334.12
Hex344A7A3927034dd2822
Octal6411217271470643355042
Binary11010010010101111010111001100111011010011011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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