#334B77

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

Shades of Fun Blue #334B77

Tints of Fun Blue #334B77

Color information

#334B77 (or 0x334B77) is unknown color: approx Fun Blue. HEX triplet: 33, 4B and 77. RGB value is (51,75,119). Sum of RGB (Red+Green+Blue) = 51+75+119=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #334B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B77 is #CCB488. Grayscale: #484848. Windows color (decimal): -13415561 or 7818035. OLE color: 7818035.

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

Color convert

RGB5175119-
CMYK0.570.3700.53
HSL218.82º40%33.33%-
HSV(B)218.82º57.14%46.67%-
XYZ7.217.0718.44-
YUV72.84154.05112.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=20.82%
G=30.61%
B=48.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51751190.570.3700.53218.824033.33
Hex334B773925035db2821
Octal6311316771450653335041
Binary11001110010111110111111001100101011010111011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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