#334C73

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

Shades of Fun Blue #334C73

Tints of Fun Blue #334C73

Color information

#334C73 (or 0x334C73) is unknown color: approx Fun Blue. HEX triplet: 33, 4C and 73. RGB value is (51,76,115). Sum of RGB (Red+Green+Blue) = 51+76+115=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #334C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C73 is #CCB38C. Grayscale: #484848. Windows color (decimal): -13415309 or 7556147. OLE color: 7556147.

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

Color convert

RGB5176115-
CMYK0.560.3400.55
HSL216.56º38.55%32.55%-
HSV(B)216.56º55.65%45.1%-
XYZ7.047.1117.22-
YUV72.97151.72112.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=21.07%
G=31.40%
B=47.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51761150.560.3400.55216.5638.5532.55
Hex334C733822037d92721
Octal6311416370420673314741
Binary11001110011001110011111000100010011011111011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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