Html Css Color HEX #3B7870 Genoa

📋 copy color: '#3B7870'

red 59 ◦ green 120 ◦ blue 112

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

Shades of Genoa #3B7870

Tints of Genoa #3B7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 20.27%
G = 41.24%
B = 38.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3B7870 (or 0x3B7870) is known color: Genoa. HEX triplet: 3B, 78 and 70. RGB value is (59,120,112). Sum of RGB (Red+Green+Blue) = 59+120+112=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7870 is #C4878F. Grayscale: #646464. Windows color (decimal): -12879760 or 7370811. OLE color: 7370811.

HSL color Cylindrical-coordinate representation of color #3B7870: hue angle of 172.13º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7870 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 120 112 -
CMYK 0.51 0 0.07 0.53
HSL 172.13º 0.34% 0.35% -
HSV(B) 172.13º 0.51% 0.47% -
XYZ 11.44 15.53 17.72 -
YUV 100.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 59 120 112 0.51 0 0.07 0.53 172.13 0.34 0.35
Hex 3B 78 70 33 0 7 35 AC 22 23
Octal 73 170 160 63 0 7 65 254 42 43
Binary 111011 1111000 1110000 110011 0 111 110101 10101100 100010 100011

Color Harmonies of #3B7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7870

Black with #3B7870

Text Example


Text Example

White with #3B7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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