#344F7D

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

Shades of Fun Blue #344F7D

Tints of Fun Blue #344F7D

Color information

#344F7D (or 0x344F7D) is unknown color: approx Fun Blue. HEX triplet: 34, 4F and 7D. RGB value is (52,79,125). Sum of RGB (Red+Green+Blue) = 52+79+125=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #344F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F7D is #CBB082. Grayscale: #4B4B4B. Windows color (decimal): -13348995 or 8212276. OLE color: 8212276.

HSL color Cylindrical-coordinate representation of color #344F7D: hue angle of 217.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #344F7D is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5279125-
CMYK0.580.3700.51
HSL217.81º41.24%34.71%-
HSV(B)217.81º58.4%49.02%-
XYZ7.917.820.49-
YUV76.17155.55110.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=20.31%
G=30.86%
B=48.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52791250.580.3700.51217.8141.2434.71
Hex344F7D3A25033da2923
Octal6411717572450633325143
Binary11010010011111111101111010100101011001111011010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,125); }

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

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

 a { background-color: rgb(52,79,125); }

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

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

 span { border-color: rgb(52,79,125); }

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