#334860

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

Shades of Cello #334860

Tints of Cello #334860

Color information

#334860 (or 0x334860) is unknown color: approx Cello. HEX triplet: 33, 48 and 60. RGB value is (51,72,96). Sum of RGB (Red+Green+Blue) = 51+72+96=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #334860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334860 is #CCB79F. Grayscale: #444444. Windows color (decimal): -13416352 or 6309939. OLE color: 6309939.

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

Color convert

RGB517296-
CMYK0.470.2500.62
HSL212º30.61%28.82%-
HSV(B)212º46.88%37.65%-
XYZ5.796.1811.95-
YUV68.46143.54115.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=23.29%
G=32.88%
B=43.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5172960.470.2500.6221230.6128.82
Hex3348602F1903Ed41f1d
Octal6311014057310763243735
Binary11001110010001100000101111110010111110110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334860; }

 p { color: rgb(51,72,96); }

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

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

 a { background-color: rgb(51,72,96); }

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

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

 span { border-color: rgb(51,72,96); }

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