Html Css Color HEX #3A6B6D Ming

📋 copy color: '#3A6B6D'

red 58 ◦ green 107 ◦ blue 109

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

Shades of Ming #3A6B6D

Tints of Ming #3A6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 21.17%
G = 39.05%
B = 39.78%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A6B6D (or 0x3A6B6D) is known color: Ming. HEX triplet: 3A, 6B and 6D. RGB value is (58,107,109). Sum of RGB (Red+Green+Blue) = 58+107+109=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A6B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B6D is #C59492. Grayscale: #5C5C5C. Windows color (decimal): -12948627 or 7170874. OLE color: 7170874.

HSL color Cylindrical-coordinate representation of color #3A6B6D: hue angle of 182.35º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6B6D is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 107 109 -
CMYK 0.47 0.02 0 0.57
HSL 182.35º 0.31% 0.33% -
HSV(B) 182.35º 0.47% 0.43% -
XYZ 9.76 12.52 16.37 -
YUV 92.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 58 107 109 0.47 0.02 0 0.57 182.35 0.31 0.33
Hex 3A 6B 6D 2F 2 0 39 B6 1F 21
Octal 72 153 155 57 2 0 71 266 37 41
Binary 111010 1101011 1101101 101111 10 0 111001 10110110 11111 100001

Color Harmonies of #3A6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B6D

Black with #3A6B6D

Text Example


Text Example

White with #3A6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,107,109); }

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

background-color css

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

 a { background-color: rgb(58,107,109); }

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

border-color css

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

 span { border-color: rgb(58,107,109); }

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