#334658

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

Shades of Cello #334658

Tints of Cello #334658

Color information

#334658 (or 0x334658) is unknown color: approx Cello. HEX triplet: 33, 46 and 58. RGB value is (51,70,88). Sum of RGB (Red+Green+Blue) = 51+70+88=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #334658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334658 is #CCB9A7. Grayscale: #424242. Windows color (decimal): -13416872 or 5785139. OLE color: 5785139.

HSL color Cylindrical-coordinate representation of color #334658: hue angle of 209.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334658 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517088-
CMYK0.420.2000.65
HSL209.19º26.62%27.25%-
HSV(B)209.19º42.05%34.51%-
XYZ5.325.7910.07-
YUV66.37140.21117.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=24.40%
G=33.49%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5170880.420.2000.65209.1926.6227.25
Hex3346582A14041d11b1b
Octal63106130522401013213333
Binary110011100011010110001010101010001000001110100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334658; }

 p { color: rgb(51,70,88); }

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

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

 a { background-color: rgb(51,70,88); }

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

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

 span { border-color: rgb(51,70,88); }

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