#334761

Color #334761 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #334761

Tints of Cello #334761

Color information

#334761 (or 0x334761) is unknown color: approx Cello. HEX triplet: 33, 47 and 61. RGB value is (51,71,97). Sum of RGB (Red+Green+Blue) = 51+71+97=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #334761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334761 is #CCB89E. Grayscale: #434343. Windows color (decimal): -13416607 or 6375219. OLE color: 6375219.

HSL color Cylindrical-coordinate representation of color #334761: hue angle of 213.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334761 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517197-
CMYK0.470.2700.62
HSL213.91º31.08%29.02%-
HSV(B)213.91º47.42%38.04%-
XYZ5.786.0712.18-
YUV67.98144.37115.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=23.29%
G=32.42%
B=44.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5171970.470.2700.62213.9131.0829.02
Hex3347612F1B03Ed61f1d
Octal6310714157330763263735
Binary11001110001111100001101111110110111110110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334761; }

 p { color: rgb(51,71,97); }

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

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

 a { background-color: rgb(51,71,97); }

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

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

 span { border-color: rgb(51,71,97); }

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