Html Css Color HEX #3A6E6B Genoa

📋 copy color: '#3A6E6B'

red 58 ◦ green 110 ◦ blue 107

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

Shades of Genoa #3A6E6B

Tints of Genoa #3A6E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 21.09%
G = 40%
B = 38.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#3A6E6B (or 0x3A6E6B) is known color: Genoa. HEX triplet: 3A, 6E and 6B. RGB value is (58,110,107). Sum of RGB (Red+Green+Blue) = 58+110+107=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E6B is #C59194. Grayscale: #5E5E5E. Windows color (decimal): -12947861 or 7040570. OLE color: 7040570.

HSL color Cylindrical-coordinate representation of color #3A6E6B: hue angle of 176.54º 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 #3A6E6B is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 110 107 -
CMYK 0.47 0 0.03 0.57
HSL 176.54º 0.31% 0.33% -
HSV(B) 176.54º 0.47% 0.43% -
XYZ 9.97 13.11 15.92 -
YUV 94.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 58 110 107 0.47 0 0.03 0.57 176.54 0.31 0.33
Hex 3A 6E 6B 2F 0 3 39 B1 1F 21
Octal 72 156 153 57 0 3 71 261 37 41
Binary 111010 1101110 1101011 101111 0 11 111001 10110001 11111 100001

Color Harmonies of #3A6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E6B

Black with #3A6E6B

Text Example


Text Example

White with #3A6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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