#334D7C

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

Shades of Fun Blue #334D7C

Tints of Fun Blue #334D7C

Color information

#334D7C (or 0x334D7C) is unknown color: approx Fun Blue. HEX triplet: 33, 4D and 7C. RGB value is (51,77,124). Sum of RGB (Red+Green+Blue) = 51+77+124=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #334D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D7C is #CCB283. Grayscale: #4A4A4A. Windows color (decimal): -13415044 or 8146227. OLE color: 8146227.

HSL color Cylindrical-coordinate representation of color #334D7C: hue angle of 218.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #334D7C is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5177124-
CMYK0.590.3800.51
HSL218.63º41.71%34.31%-
HSV(B)218.63º58.87%48.63%-
XYZ7.667.4720.11-
YUV74.58155.89111.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=20.24%
G=30.56%
B=49.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51771240.590.3800.51218.6341.7134.31
Hex334D7C3B26033db2a22
Octal6311517473460633335242
Binary11001110011011111100111011100110011001111011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D7C; }

 p { color: rgb(51,77,124); }

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

<style>
 a { background-color: #334D7C; }

 a { background-color: rgb(51,77,124); }

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

<style>
 span { border-color: #334D7C; }

 span { border-color: rgb(51,77,124); }

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