#334B71

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

Shades of Fun Blue #334B71

Tints of Fun Blue #334B71

Color information

#334B71 (or 0x334B71) is unknown color: approx Fun Blue. HEX triplet: 33, 4B and 71. RGB value is (51,75,113). Sum of RGB (Red+Green+Blue) = 51+75+113=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #334B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B71 is #CCB48E. Grayscale: #474747. Windows color (decimal): -13415567 or 7424819. OLE color: 7424819.

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

Color convert

RGB5175113-
CMYK0.550.3400.56
HSL216.77º37.8%32.16%-
HSV(B)216.77º54.87%44.31%-
XYZ6.866.9316.6-
YUV72.16151.05112.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=21.34%
G=31.38%
B=47.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51751130.550.3400.56216.7737.832.16
Hex334B713722038d92620
Octal6311316167420703314640
Binary11001110010111110001110111100010011100011011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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