#334962

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

Shades of Cello #334962

Tints of Cello #334962

Color information

#334962 (or 0x334962) is unknown color: approx Cello. HEX triplet: 33, 49 and 62. RGB value is (51,73,98). Sum of RGB (Red+Green+Blue) = 51+73+98=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #334962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334962 is #CCB69D. Grayscale: #454545. Windows color (decimal): -13416094 or 6441267. OLE color: 6441267.

HSL color Cylindrical-coordinate representation of color #334962: hue angle of 211.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334962 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517398-
CMYK0.480.2600.62
HSL211.91º31.54%29.22%-
HSV(B)211.91º47.96%38.43%-
XYZ5.956.3512.47-
YUV69.27144.21114.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=22.97%
G=32.88%
B=44.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5173980.480.2600.62211.9131.5429.22
Hex334962301A03Ed4201d
Octal6311114260320763244035
Binary110011100100111000101100001101001111101101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334962; }

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

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

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

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

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

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

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

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