Html Css Color HEX #3C7D86 Paradiso

📋 copy color: '#3C7D86'

red 60 ◦ green 125 ◦ blue 134

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

Shades of Paradiso #3C7D86

Tints of Paradiso #3C7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 18.81%
G = 39.18%
B = 42.01%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C7D86 (or 0x3C7D86) is known color: Paradiso. HEX triplet: 3C, 7D and 86. RGB value is (60,125,134). Sum of RGB (Red+Green+Blue) = 60+125+134=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C7D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7D86 is #C38279. Grayscale: #6A6A6A. Windows color (decimal): -12812922 or 8813884. OLE color: 8813884.

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

Color convert

RGB 60 125 134 -
CMYK 0.55 0.07 0 0.47
HSL 187.3º 0.38% 0.38% -
HSV(B) 187.3º 0.55% 0.53% -
XYZ 13.5 17.35 25.19 -
YUV 106.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 60 125 134 0.55 0.07 0 0.47 187.3 0.38 0.38
Hex 3C 7D 86 37 7 0 2F BB 26 26
Octal 74 175 206 67 7 0 57 273 46 46
Binary 111100 1111101 10000110 110111 111 0 101111 10111011 100110 100110

Color Harmonies of #3C7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7D86

Black with #3C7D86

Text Example


Text Example

White with #3C7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,134); }

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

background-color css

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

 a { background-color: rgb(60,125,134); }

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

border-color css

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

 span { border-color: rgb(60,125,134); }

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