Html Css Color HEX #356C78 Ming

📋 copy color: '#356C78'

red 53 ◦ green 108 ◦ blue 120

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

Shades of Ming #356C78

Tints of Ming #356C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.43%

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 18.86%
G = 38.43%
B = 42.7%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356C78 (or 0x356C78) is known color: Ming. HEX triplet: 35, 6C and 78. RGB value is (53,108,120). Sum of RGB (Red+Green+Blue) = 53+108+120=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #356C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C78 is #CA9387. Grayscale: #5C5C5C. Windows color (decimal): -13276040 or 7892021. OLE color: 7892021.

HSL color Cylindrical-coordinate representation of color #356C78: hue angle of 190.75º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356C78 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 108 120 -
CMYK 0.56 0.10 0 0.53
HSL 190.75º 0.39% 0.34% -
HSV(B) 190.75º 0.56% 0.47% -
XYZ 10.22 12.84 19.71 -
YUV 92.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 53 108 120 0.56 0.10 0 0.53 190.75 0.39 0.34
Hex 35 6C 78 38 A 0 35 BF 27 22
Octal 65 154 170 70 12 0 65 277 47 42
Binary 110101 1101100 1111000 111000 1010 0 110101 10111111 100111 100010

Color Harmonies of #356C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C78

Black with #356C78

Text Example


Text Example

White with #356C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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