Html Css Color HEX #316769 Ming

📋 copy color: '#316769'

red 49 ◦ green 103 ◦ blue 105

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

Shades of Ming #316769

Tints of Ming #316769

RGB

 RED value IS 49 (19.53% from 255) = 19.07%

 GREEN value IS 103 (40.63% from 255) = 40.08%

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 19.07%
G = 40.08%
B = 40.86%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316769 (or 0x316769) is known color: Ming. HEX triplet: 31, 67 and 69. RGB value is (49,103,105). Sum of RGB (Red+Green+Blue) = 49+103+105=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #316769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316769 is #CE9896. Grayscale: #575757. Windows color (decimal): -13539479 or 6907697. OLE color: 6907697.

HSL color Cylindrical-coordinate representation of color #316769: hue angle of 182.14º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316769 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 103 105 -
CMYK 0.53 0.02 0 0.59
HSL 182.14º 0.36% 0.3% -
HSV(B) 182.14º 0.53% 0.41% -
XYZ 8.67 11.37 15.1 -
YUV 87.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 49 103 105 0.53 0.02 0 0.59 182.14 0.36 0.3
Hex 31 67 69 35 2 0 3B B6 24 1E
Octal 61 147 151 65 2 0 73 266 44 36
Binary 110001 1100111 1101001 110101 10 0 111011 10110110 100100 11110

Color Harmonies of #316769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316769

Black with #316769

Text Example


Text Example

White with #316769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316769; }

 p { color: rgb(49,103,105); }

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

background-color css

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

 a { background-color: rgb(49,103,105); }

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

border-color css

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

 span { border-color: rgb(49,103,105); }

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