#334F69

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

Shades of Cello #334F69

Tints of Cello #334F69

Color information

#334F69 (or 0x334F69) is unknown color: approx Cello. HEX triplet: 33, 4F and 69. RGB value is (51,79,105). Sum of RGB (Red+Green+Blue) = 51+79+105=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #334F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F69 is #CCB096. Grayscale: #494949. Windows color (decimal): -13414551 or 6901555. OLE color: 6901555.

HSL color Cylindrical-coordinate representation of color #334F69: hue angle of 208.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334F69 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5179105-
CMYK0.510.2500.59
HSL208.89º34.62%30.59%-
HSV(B)208.89º51.43%41.18%-
XYZ6.717.3214.42-
YUV73.59145.72111.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=21.70%
G=33.62%
B=44.68%

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
Decimal51791050.510.2500.59208.8934.6230.59
Hex334F69331903Bd1231f
Octal6311715163310733214337
Binary110011100111111010011100111100101110111101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,105); }

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

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

 a { background-color: rgb(51,79,105); }

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

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

 span { border-color: rgb(51,79,105); }

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