#334968

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

Shades of Cello #334968

Tints of Cello #334968

Color information

#334968 (or 0x334968) is unknown color: approx Cello. HEX triplet: 33, 49 and 68. RGB value is (51,73,104). Sum of RGB (Red+Green+Blue) = 51+73+104=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #334968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334968 is #CCB697. Grayscale: #454545. Windows color (decimal): -13416088 or 6834483. OLE color: 6834483.

HSL color Cylindrical-coordinate representation of color #334968: hue angle of 215.09º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334968 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5173104-
CMYK0.510.3000.59
HSL215.09º34.19%30.39%-
HSV(B)215.09º50.96%40.78%-
XYZ6.256.4714.02-
YUV69.96147.21114.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=22.37%
G=32.02%
B=45.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51731040.510.3000.59215.0934.1930.39
Hex334968331E03Bd7221e
Octal6311115063360733274236
Binary110011100100111010001100111111001110111101011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334968; }

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

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

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

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

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

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

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

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