Html Css Color HEX #3C7870 Genoa

📋 copy color: '#3C7870'

red 60 ◦ green 120 ◦ blue 112

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

Shades of Genoa #3C7870

Tints of Genoa #3C7870

RGB

 RED value IS 60 (23.83% from 255) = 20.55%

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

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

R = 20.55%
G = 41.1%
B = 38.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3C7870 (or 0x3C7870) is known color: Genoa. HEX triplet: 3C, 78 and 70. RGB value is (60,120,112). Sum of RGB (Red+Green+Blue) = 60+120+112=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7870 is #C3878F. Grayscale: #656565. Windows color (decimal): -12814224 or 7370812. OLE color: 7370812.

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

Color convert

RGB 60 120 112 -
CMYK 0.5 0 0.07 0.53
HSL 172º 0.33% 0.35% -
HSV(B) 172º 0.5% 0.47% -
XYZ 11.5 15.56 17.73 -
YUV 101.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 60 120 112 0.5 0 0.07 0.53 172 0.33 0.35
Hex 3C 78 70 32 0 7 35 AC 21 23
Octal 74 170 160 62 0 7 65 254 41 43
Binary 111100 1111000 1110000 110010 0 111 110101 10101100 100001 100011

Color Harmonies of #3C7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7870

Black with #3C7870

Text Example


Text Example

White with #3C7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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