Html Css Color HEX #356B6C Ming

📋 copy color: '#356B6C'

red 53 ◦ green 107 ◦ blue 108

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

Shades of Ming #356B6C

Tints of Ming #356B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.93%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 19.78%
G = 39.93%
B = 40.3%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#356B6C (or 0x356B6C) is known color: Ming. HEX triplet: 35, 6B and 6C. RGB value is (53,107,108). Sum of RGB (Red+Green+Blue) = 53+107+108=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #356B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B6C is #CA9493. Grayscale: #5A5A5A. Windows color (decimal): -13276308 or 7105333. OLE color: 7105333.

HSL color Cylindrical-coordinate representation of color #356B6C: hue angle of 181.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356B6C is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 108 -
CMYK 0.51 0.01 0 0.58
HSL 181.09º 0.34% 0.32% -
HSV(B) 181.09º 0.51% 0.42% -
XYZ 9.43 12.35 16.07 -
YUV 90.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 53 107 108 0.51 0.01 0 0.58 181.09 0.34 0.32
Hex 35 6B 6C 33 1 0 3A B5 22 20
Octal 65 153 154 63 1 0 72 265 42 40
Binary 110101 1101011 1101100 110011 1 0 111010 10110101 100010 100000

Color Harmonies of #356B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B6C

Black with #356B6C

Text Example


Text Example

White with #356B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B6C; }

 p { color: rgb(53,107,108); }

 H1.HeaderClassName
 {
   color: #356B6C;
 }
 .AnyTagClassName
 {
   color: #356B6C;
 }
</style>

background-color css

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

 a { background-color: rgb(53,107,108); }

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

border-color css

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

 span { border-color: rgb(53,107,108); }

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