#334F61

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

Shades of Cello #334F61

Tints of Cello #334F61

Color information

#334F61 (or 0x334F61) is unknown color: approx Cello. HEX triplet: 33, 4F and 61. RGB value is (51,79,97). Sum of RGB (Red+Green+Blue) = 51+79+97=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #334F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F61 is #CCB09E. Grayscale: #484848. Windows color (decimal): -13414559 or 6377267. OLE color: 6377267.

HSL color Cylindrical-coordinate representation of color #334F61: hue angle of 203.48º 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 #334F61 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517997-
CMYK0.470.1900.62
HSL203.48º31.08%29.02%-
HSV(B)203.48º47.42%38.04%-
XYZ6.327.1612.36-
YUV72.68141.72112.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=22.47%
G=34.80%
B=42.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5179970.470.1900.62203.4831.0829.02
Hex334F612F1303Ecb1f1d
Octal6311714157230763133735
Binary11001110011111100001101111100110111110110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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