Html Css Color HEX #3A7274 Ming

📋 copy color: '#3A7274'

red 58 ◦ green 114 ◦ blue 116

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

Shades of Ming #3A7274

Tints of Ming #3A7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

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

R = 20.14%
G = 39.58%
B = 40.28%

CMYK

 C value IS 0.5

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A7274 (or 0x3A7274) is known color: Ming. HEX triplet: 3A, 72 and 74. RGB value is (58,114,116). Sum of RGB (Red+Green+Blue) = 58+114+116=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7274 is #C58D8B. Grayscale: #616161. Windows color (decimal): -12946828 or 7631418. OLE color: 7631418.

HSL color Cylindrical-coordinate representation of color #3A7274: hue angle of 182.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7274 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 114 116 -
CMYK 0.5 0.02 0 0.55
HSL 182.07º 0.33% 0.34% -
HSV(B) 182.07º 0.5% 0.45% -
XYZ 10.91 14.2 18.69 -
YUV 97.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 58 114 116 0.5 0.02 0 0.55 182.07 0.33 0.34
Hex 3A 72 74 32 2 0 37 B6 21 22
Octal 72 162 164 62 2 0 67 266 41 42
Binary 111010 1110010 1110100 110010 10 0 110111 10110110 100001 100010

Color Harmonies of #3A7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7274

Black with #3A7274

Text Example


Text Example

White with #3A7274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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