#33676C

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

Shades of Ming #33676C

Tints of Ming #33676C

Color information

#33676C (or 0x33676C) is unknown color: approx Ming. HEX triplet: 33, 67 and 6C. RGB value is (51,103,108). Sum of RGB (Red+Green+Blue) = 51+103+108=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #33676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33676C is #CC9893. Grayscale: #575757. Windows color (decimal): -13408404 or 7104307. OLE color: 7104307.

HSL color Cylindrical-coordinate representation of color #33676C: hue angle of 185.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33676C is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB51103108-
CMYK0.530.0500.58
HSL185.26º35.85%31.18%-
HSV(B)185.26º52.78%42.35%-
XYZ8.9211.4915.93-
YUV88.02139.27101.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=19.47%
G=39.31%
B=41.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal511031080.530.0500.58185.2635.8531.18
Hex33676C35503Ab9241f
Octal631471546550722714437
Binary1100111100111110110011010110101110101011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33676C; }

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

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

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

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

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

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

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

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