#334F5E

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

Shades of Cello #334F5E

Tints of Cello #334F5E

Color information

#334F5E (or 0x334F5E) is unknown color: approx Cello. HEX triplet: 33, 4F and 5E. RGB value is (51,79,94). Sum of RGB (Red+Green+Blue) = 51+79+94=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #334F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F5E is #CCB0A1. Grayscale: #484848. Windows color (decimal): -13414562 or 6180659. OLE color: 6180659.

HSL color Cylindrical-coordinate representation of color #334F5E: hue angle of 200.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334F5E is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB517994-
CMYK0.460.1600.63
HSL200.93º29.66%28.43%-
HSV(B)200.93º45.74%36.86%-
XYZ6.187.111.64-
YUV72.34140.22112.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=22.77%
G=35.27%
B=41.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5179940.460.1600.63200.9329.6628.43
Hex334F5E2E1003Fc91e1c
Octal6311713656200773113634
Binary11001110011111011110101110100000111111110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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