#334861

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

Shades of Cello #334861

Tints of Cello #334861

Color information

#334861 (or 0x334861) is unknown color: approx Cello. HEX triplet: 33, 48 and 61. RGB value is (51,72,97). Sum of RGB (Red+Green+Blue) = 51+72+97=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #334861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334861 is #CCB79E. Grayscale: #444444. Windows color (decimal): -13416351 or 6375475. OLE color: 6375475.

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

Color convert

RGB517297-
CMYK0.470.2600.62
HSL212.61º31.08%29.02%-
HSV(B)212.61º47.42%38.04%-
XYZ5.846.212.2-
YUV68.57144.04115.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=23.18%
G=32.73%
B=44.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5172970.470.2600.62212.6131.0829.02
Hex3348612F1A03Ed51f1d
Octal6311014157320763253735
Binary11001110010001100001101111110100111110110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334861; }

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

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

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

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

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

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

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

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