#334A71

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

Shades of Fun Blue #334A71

Tints of Fun Blue #334A71

Color information

#334A71 (or 0x334A71) is unknown color: approx Fun Blue. HEX triplet: 33, 4A and 71. RGB value is (51,74,113). Sum of RGB (Red+Green+Blue) = 51+74+113=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #334A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A71 is #CCB58E. Grayscale: #474747. Windows color (decimal): -13415823 or 7424563. OLE color: 7424563.

HSL color Cylindrical-coordinate representation of color #334A71: hue angle of 217.74º 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 #334A71 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5174113-
CMYK0.550.3500.56
HSL217.74º37.8%32.16%-
HSV(B)217.74º54.87%44.31%-
XYZ6.796.7916.58-
YUV71.57151.38113.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=21.43%
G=31.09%
B=47.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51741130.550.3500.56217.7437.832.16
Hex334A713723038da2620
Octal6311216167430703324640
Binary11001110010101110001110111100011011100011011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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