#335067

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

Shades of Cello #335067

Tints of Cello #335067

Color information

#335067 (or 0x335067) is unknown color: approx Cello. HEX triplet: 33, 50 and 67. RGB value is (51,80,103). Sum of RGB (Red+Green+Blue) = 51+80+103=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #335067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335067 is #CCAF98. Grayscale: #494949. Windows color (decimal): -13414297 or 6770739. OLE color: 6770739.

HSL color Cylindrical-coordinate representation of color #335067: hue angle of 206.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335067 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5180103-
CMYK0.500.2200.60
HSL206.54º33.77%30.2%-
HSV(B)206.54º50.49%40.39%-
XYZ6.687.4213.91-
YUV73.95144.39111.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=21.79%
G=34.19%
B=44.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51801030.500.2200.60206.5433.7730.2
Hex335067321603Ccf221e
Octal6312014762260743174236
Binary110011101000011001111100101011001111001100111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335067; }

 p { color: rgb(51,80,103); }

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

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

 a { background-color: rgb(51,80,103); }

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

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

 span { border-color: rgb(51,80,103); }

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