#334B76

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

Shades of Fun Blue #334B76

Tints of Fun Blue #334B76

Color information

#334B76 (or 0x334B76) is unknown color: approx Fun Blue. HEX triplet: 33, 4B and 76. RGB value is (51,75,118). Sum of RGB (Red+Green+Blue) = 51+75+118=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #334B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B76 is #CCB489. Grayscale: #484848. Windows color (decimal): -13415562 or 7752499. OLE color: 7752499.

HSL color Cylindrical-coordinate representation of color #334B76: hue angle of 218.51º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334B76 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5175118-
CMYK0.570.3600.54
HSL218.51º39.64%33.14%-
HSV(B)218.51º56.78%46.27%-
XYZ7.157.0418.12-
YUV72.73153.55112.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=20.90%
G=30.74%
B=48.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51751180.570.3600.54218.5139.6433.14
Hex334B763924036db2821
Octal6311316671440663335041
Binary11001110010111110110111001100100011011011011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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