Html Css Color HEX #3A7674 Ming

📋 copy color: '#3A7674'

red 58 ◦ green 118 ◦ blue 116

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

Shades of Ming #3A7674

Tints of Ming #3A7674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 19.86%
G = 40.41%
B = 39.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#3A7674 (or 0x3A7674) is known color: Ming. HEX triplet: 3A, 76 and 74. RGB value is (58,118,116). Sum of RGB (Red+Green+Blue) = 58+118+116=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7674 is #C5898B. Grayscale: #636363. Windows color (decimal): -12945804 or 7632442. OLE color: 7632442.

HSL color Cylindrical-coordinate representation of color #3A7674: hue angle of 178º 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 #3A7674 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 116 -
CMYK 0.51 0 0.02 0.54
HSL 178º 0.34% 0.35% -
HSV(B) 178º 0.51% 0.46% -
XYZ 11.38 15.12 18.84 -
YUV 99.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 58 118 116 0.51 0 0.02 0.54 178 0.34 0.35
Hex 3A 76 74 33 0 2 36 B2 22 23
Octal 72 166 164 63 0 2 66 262 42 43
Binary 111010 1110110 1110100 110011 0 10 110110 10110010 100010 100011

Color Harmonies of #3A7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7674

Black with #3A7674

Text Example


Text Example

White with #3A7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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