#334C68

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

Shades of Cello #334C68

Tints of Cello #334C68

Color information

#334C68 (or 0x334C68) is unknown color: approx Cello. HEX triplet: 33, 4C and 68. RGB value is (51,76,104). Sum of RGB (Red+Green+Blue) = 51+76+104=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #334C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C68 is #CCB397. Grayscale: #474747. Windows color (decimal): -13415320 or 6835251. OLE color: 6835251.

HSL color Cylindrical-coordinate representation of color #334C68: hue angle of 211.7º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334C68 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5176104-
CMYK0.510.2700.59
HSL211.7º34.19%30.39%-
HSV(B)211.7º50.96%40.78%-
XYZ6.456.8714.08-
YUV71.72146.22113.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=22.08%
G=32.90%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51761040.510.2700.59211.734.1930.39
Hex334C68331B03Bd4221e
Octal6311415063330733244236
Binary110011100110011010001100111101101110111101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,104); }

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

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

 a { background-color: rgb(51,76,104); }

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

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

 span { border-color: rgb(51,76,104); }

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