#334862

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

Shades of Cello #334862

Tints of Cello #334862

Color information

#334862 (or 0x334862) is unknown color: approx Cello. HEX triplet: 33, 48 and 62. RGB value is (51,72,98). Sum of RGB (Red+Green+Blue) = 51+72+98=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #334862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334862 is #CCB79D. Grayscale: #444444. Windows color (decimal): -13416350 or 6441011. OLE color: 6441011.

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

Color convert

RGB517298-
CMYK0.480.2700.62
HSL213.19º31.54%29.22%-
HSV(B)213.19º47.96%38.43%-
XYZ5.896.2212.45-
YUV68.68144.54115.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=23.08%
G=32.58%
B=44.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5172980.480.2700.62213.1931.5429.22
Hex334862301B03Ed5201d
Octal6311014260330763254035
Binary110011100100011000101100001101101111101101010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334862; }

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

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

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

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

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

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

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

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