Html Css Color HEX #3B7066 Genoa

📋 copy color: '#3B7066'

red 59 ◦ green 112 ◦ blue 102

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

Shades of Genoa #3B7066

Tints of Genoa #3B7066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 21.61%
G = 41.03%
B = 37.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#3B7066 (or 0x3B7066) is known color: Genoa. HEX triplet: 3B, 70 and 66. RGB value is (59,112,102). Sum of RGB (Red+Green+Blue) = 59+112+102=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7066 is #C48F99. Grayscale: #5F5F5F. Windows color (decimal): -12881818 or 6713403. OLE color: 6713403.

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

Color convert

RGB 59 112 102 -
CMYK 0.47 0 0.09 0.56
HSL 168.68º 0.31% 0.34% -
HSV(B) 168.68º 0.47% 0.44% -
XYZ 10 13.48 14.64 -
YUV 95.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 59 112 102 0.47 0 0.09 0.56 168.68 0.31 0.34
Hex 3B 70 66 2F 0 9 38 A9 1F 22
Octal 73 160 146 57 0 11 70 251 37 42
Binary 111011 1110000 1100110 101111 0 1001 111000 10101001 11111 100010

Color Harmonies of #3B7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7066

Black with #3B7066

Text Example


Text Example

White with #3B7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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