Html Css Color HEX #3A7675 Ming

📋 copy color: '#3A7675'

red 58 ◦ green 118 ◦ blue 117

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

Shades of Ming #3A7675

Tints of Ming #3A7675

RGB

 RED value IS 58 (23.05% from 255) = 19.8%

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 19.8%
G = 40.27%
B = 39.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#3A7675 (or 0x3A7675) is known color: Ming. HEX triplet: 3A, 76 and 75. RGB value is (58,118,117). Sum of RGB (Red+Green+Blue) = 58+118+117=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7675 is #C5898A. Grayscale: #636363. Windows color (decimal): -12945803 or 7697978. OLE color: 7697978.

HSL color Cylindrical-coordinate representation of color #3A7675: hue angle of 179º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7675 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 117 -
CMYK 0.51 0 0.01 0.54
HSL 179º 0.34% 0.35% -
HSV(B) 179º 0.51% 0.46% -
XYZ 11.43 15.14 19.15 -
YUV 99.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 58 118 117 0.51 0 0.01 0.54 179 0.34 0.35
Hex 3A 76 75 33 0 1 36 B3 22 23
Octal 72 166 165 63 0 1 66 263 42 43
Binary 111010 1110110 1110101 110011 0 1 110110 10110011 100010 100011

Color Harmonies of #3A7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7675

Black with #3A7675

Text Example


Text Example

White with #3A7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7675; }

 p { color: rgb(58,118,117); }

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

background-color css

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

 a { background-color: rgb(58,118,117); }

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

border-color css

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

 span { border-color: rgb(58,118,117); }

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