#334F63

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

Shades of Cello #334F63

Tints of Cello #334F63

Color information

#334F63 (or 0x334F63) is unknown color: approx Cello. HEX triplet: 33, 4F and 63. RGB value is (51,79,99). Sum of RGB (Red+Green+Blue) = 51+79+99=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #334F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F63 is #CCB09C. Grayscale: #484848. Windows color (decimal): -13414557 or 6508339. OLE color: 6508339.

HSL color Cylindrical-coordinate representation of color #334F63: hue angle of 205º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334F63 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB517999-
CMYK0.480.2000.61
HSL205º32%29.41%-
HSV(B)205º48.48%38.82%-
XYZ6.417.212.86-
YUV72.91142.72112.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=22.27%
G=34.50%
B=43.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5179990.480.2000.612053229.41
Hex334F63301403Dcd201d
Octal6311714360240753154035
Binary110011100111111000111100001010001111011100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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