#334F6A

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

Shades of Cello #334F6A

Tints of Cello #334F6A

Color information

#334F6A (or 0x334F6A) is unknown color: approx Cello. HEX triplet: 33, 4F and 6A. RGB value is (51,79,106). Sum of RGB (Red+Green+Blue) = 51+79+106=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #334F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F6A is #CCB095. Grayscale: #494949. Windows color (decimal): -13414550 or 6967091. OLE color: 6967091.

HSL color Cylindrical-coordinate representation of color #334F6A: hue angle of 209.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334F6A is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5179106-
CMYK0.520.2500.58
HSL209.45º35.03%30.78%-
HSV(B)209.45º51.89%41.57%-
XYZ6.767.3414.7-
YUV73.71146.22111.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=21.61%
G=33.47%
B=44.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51791060.520.2500.58209.4535.0330.78
Hex334F6A341903Ad1231f
Octal6311715264310723214337
Binary110011100111111010101101001100101110101101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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