Html Css Color HEX #35696A Ming

📋 copy color: '#35696A'

red 53 ◦ green 105 ◦ blue 106

#35696A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #35696A

Tints of Ming #35696A

RGB

 RED value IS 53 (21.09% from 255) = 20.08%

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 20.08%
G = 39.77%
B = 40.15%

CMYK

 C value IS 0.5

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35696A (or 0x35696A) is known color: Ming. HEX triplet: 35, 69 and 6A. RGB value is (53,105,106). Sum of RGB (Red+Green+Blue) = 53+105+106=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #35696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35696A is #CA9695. Grayscale: #595959. Windows color (decimal): -13276822 or 6973749. OLE color: 6973749.

HSL color Cylindrical-coordinate representation of color #35696A: hue angle of 181.13º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35696A is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 105 106 -
CMYK 0.5 0.01 0 0.58
HSL 181.13º 0.33% 0.31% -
HSV(B) 181.13º 0.5% 0.42% -
XYZ 9.12 11.9 15.45 -
YUV 89.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 53 105 106 0.5 0.01 0 0.58 181.13 0.33 0.31
Hex 35 69 6A 32 1 0 3A B5 21 1F
Octal 65 151 152 62 1 0 72 265 41 37
Binary 110101 1101001 1101010 110010 1 0 111010 10110101 100001 11111

Color Harmonies of #35696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35696A

Black with #35696A

Text Example


Text Example

White with #35696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35696A; }

 p { color: rgb(53,105,106); }

 H1.HeaderClassName
 {
   color: #35696A;
 }
 .AnyTagClassName
 {
   color: #35696A;
 }
</style>

background-color css

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

 a { background-color: rgb(53,105,106); }

 div.DivClassName
 {
   background-color: #35696A;
 }
 .BgClassName
 {
   background-color: #35696A;
 }
</style>

border-color css

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

 span { border-color: rgb(53,105,106); }

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