#33696E

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

Shades of Ming #33696E

Tints of Ming #33696E

Color information

#33696E (or 0x33696E) is unknown color: approx Ming. HEX triplet: 33, 69 and 6E. RGB value is (51,105,110). Sum of RGB (Red+Green+Blue) = 51+105+110=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #33696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33696E is #CC9691. Grayscale: #595959. Windows color (decimal): -13407890 or 7235891. OLE color: 7235891.

HSL color Cylindrical-coordinate representation of color #33696E: hue angle of 185.08º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33696E is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51105110-
CMYK0.540.0500.57
HSL185.08º36.65%31.57%-
HSV(B)185.08º53.64%43.14%-
XYZ9.2311.9316.57-
YUV89.42139.61100.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=19.17%
G=39.47%
B=41.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511051100.540.0500.57185.0836.6531.57
Hex33696E365039b92520
Octal631511566650712714540
Binary11001111010011101110110110101011100110111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33696E; }

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

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

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

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

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

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

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

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