#334C5F

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

Shades of Cello #334C5F

Tints of Cello #334C5F

Color information

#334C5F (or 0x334C5F) is unknown color: approx Cello. HEX triplet: 33, 4C and 5F. RGB value is (51,76,95). Sum of RGB (Red+Green+Blue) = 51+76+95=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #334C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C5F is #CCB3A0. Grayscale: #464646. Windows color (decimal): -13415329 or 6245427. OLE color: 6245427.

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

Color convert

RGB517695-
CMYK0.460.2000.63
HSL205.91º30.14%28.63%-
HSV(B)205.91º46.32%37.25%-
XYZ6.026.711.8-
YUV70.69141.72113.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=22.97%
G=34.23%
B=42.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5176950.460.2000.63205.9130.1428.63
Hex334C5F2E1403Fce1e1d
Octal6311413756240773163635
Binary11001110011001011111101110101000111111110011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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