#334E68

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

Shades of Cello #334E68

Tints of Cello #334E68

Color information

#334E68 (or 0x334E68) is unknown color: approx Cello. HEX triplet: 33, 4E and 68. RGB value is (51,78,104). Sum of RGB (Red+Green+Blue) = 51+78+104=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #334E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E68 is #CCB197. Grayscale: #484848. Windows color (decimal): -13414808 or 6835763. OLE color: 6835763.

HSL color Cylindrical-coordinate representation of color #334E68: hue angle of 209.43º 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 #334E68 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5178104-
CMYK0.510.2500.59
HSL209.43º34.19%30.39%-
HSV(B)209.43º50.96%40.78%-
XYZ6.597.1514.13-
YUV72.89145.55112.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=21.89%
G=33.48%
B=44.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51781040.510.2500.59209.4334.1930.39
Hex334E68331903Bd1221e
Octal6311615063310733214236
Binary110011100111011010001100111100101110111101000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334E68; }

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

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

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

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

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

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

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

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