#334963

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

Shades of Cello #334963

Tints of Cello #334963

Color information

#334963 (or 0x334963) is unknown color: approx Cello. HEX triplet: 33, 49 and 63. RGB value is (51,73,99). Sum of RGB (Red+Green+Blue) = 51+73+99=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #334963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334963 is #CCB69C. Grayscale: #454545. Windows color (decimal): -13416093 or 6506803. OLE color: 6506803.

HSL color Cylindrical-coordinate representation of color #334963: hue angle of 212.5º 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 #334963 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB517399-
CMYK0.480.2600.61
HSL212.5º32%29.41%-
HSV(B)212.5º48.48%38.82%-
XYZ66.3712.72-
YUV69.39144.71114.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=22.87%
G=32.74%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5173990.480.2600.61212.53229.41
Hex334963301A03Dd4201d
Octal6311114360320753244035
Binary110011100100111000111100001101001111011101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334963; }

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

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

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

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

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

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

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

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