#334C71

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

Shades of Fun Blue #334C71

Tints of Fun Blue #334C71

Color information

#334C71 (or 0x334C71) is unknown color: approx Fun Blue. HEX triplet: 33, 4C and 71. RGB value is (51,76,113). Sum of RGB (Red+Green+Blue) = 51+76+113=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #334C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C71 is #CCB38E. Grayscale: #484848. Windows color (decimal): -13415311 or 7425075. OLE color: 7425075.

HSL color Cylindrical-coordinate representation of color #334C71: hue angle of 215.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334C71 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5176113-
CMYK0.550.3300.56
HSL215.81º37.8%32.16%-
HSV(B)215.81º54.87%44.31%-
XYZ6.937.0616.62-
YUV72.74150.72112.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=21.25%
G=31.67%
B=47.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51761130.550.3300.56215.8137.832.16
Hex334C713721038d82620
Octal6311416167410703304640
Binary11001110011001110001110111100001011100011011000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,113); }

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

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

 a { background-color: rgb(51,76,113); }

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

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

 span { border-color: rgb(51,76,113); }

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