Html Css Color HEX #3B706B Genoa

📋 copy color: '#3B706B'

red 59 ◦ green 112 ◦ blue 107

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

Shades of Genoa #3B706B

Tints of Genoa #3B706B

RGB

 RED value IS 59 (23.44% from 255) = 21.22%

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 21.22%
G = 40.29%
B = 38.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3B706B (or 0x3B706B) is known color: Genoa. HEX triplet: 3B, 70 and 6B. RGB value is (59,112,107). Sum of RGB (Red+Green+Blue) = 59+112+107=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #3B706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B706B is #C48F94. Grayscale: #5F5F5F. Windows color (decimal): -12881813 or 7041083. OLE color: 7041083.

HSL color Cylindrical-coordinate representation of color #3B706B: hue angle of 174.34º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B706B is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 107 -
CMYK 0.47 0 0.04 0.56
HSL 174.34º 0.31% 0.34% -
HSV(B) 174.34º 0.47% 0.44% -
XYZ 10.25 13.58 15.99 -
YUV 95.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 59 112 107 0.47 0 0.04 0.56 174.34 0.31 0.34
Hex 3B 70 6B 2F 0 4 38 AE 1F 22
Octal 73 160 153 57 0 4 70 256 37 42
Binary 111011 1110000 1101011 101111 0 100 111000 10101110 11111 100010

Color Harmonies of #3B706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B706B

Black with #3B706B

Text Example


Text Example

White with #3B706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,107); }

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

background-color css

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

 a { background-color: rgb(59,112,107); }

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

border-color css

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

 span { border-color: rgb(59,112,107); }

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