#344E7A

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

Shades of Fun Blue #344E7A

Tints of Fun Blue #344E7A

Color information

#344E7A (or 0x344E7A) is unknown color: approx Fun Blue. HEX triplet: 34, 4E and 7A. RGB value is (52,78,122). Sum of RGB (Red+Green+Blue) = 52+78+122=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #344E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E7A is #CBB185. Grayscale: #4B4B4B. Windows color (decimal): -13349254 or 8015412. OLE color: 8015412.

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

Color convert

RGB5278122-
CMYK0.570.3600.52
HSL217.71º40.23%34.12%-
HSV(B)217.71º57.38%47.84%-
XYZ7.657.5819.47-
YUV75.24154.39111.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=20.63%
G=30.95%
B=48.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52781220.570.3600.52217.7140.2334.12
Hex344E7A3924034da2822
Octal6411617271440643325042
Binary11010010011101111010111001100100011010011011010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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