#334863

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

Shades of Cello #334863

Tints of Cello #334863

Color information

#334863 (or 0x334863) is unknown color: approx Cello. HEX triplet: 33, 48 and 63. RGB value is (51,72,99). Sum of RGB (Red+Green+Blue) = 51+72+99=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #334863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334863 is #CCB79C. Grayscale: #444444. Windows color (decimal): -13416349 or 6506547. OLE color: 6506547.

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

Color convert

RGB517299-
CMYK0.480.2700.61
HSL213.75º32%29.41%-
HSV(B)213.75º48.48%38.82%-
XYZ5.936.2412.7-
YUV68.8145.04115.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=22.97%
G=32.43%
B=44.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5172990.480.2700.61213.753229.41
Hex334863301B03Dd6201d
Octal6311014360330753264035
Binary110011100100011000111100001101101111011101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334863; }

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

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

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

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

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

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

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

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