Html Css Color HEX #3F8386 Paradiso

📋 copy color: '#3F8386'

red 63 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #3F8386

Tints of Paradiso #3F8386

RGB

 RED value IS 63 (25% from 255) = 19.21%

 GREEN value IS 131 (51.56% from 255) = 39.94%

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

R = 19.21%
G = 39.94%
B = 40.85%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F8386 (or 0x3F8386) is known color: Paradiso. HEX triplet: 3F, 83 and 86. RGB value is (63,131,134). Sum of RGB (Red+Green+Blue) = 63+131+134=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F8386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8386 is #C07C79. Grayscale: #6E6E6E. Windows color (decimal): -12614778 or 8815423. OLE color: 8815423.

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

Color convert

RGB 63 131 134 -
CMYK 0.53 0.02 0 0.47
HSL 182.54º 0.36% 0.39% -
HSV(B) 182.54º 0.53% 0.53% -
XYZ 14.47 19.01 25.46 -
YUV 111.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 63 131 134 0.53 0.02 0 0.47 182.54 0.36 0.39
Hex 3F 83 86 35 2 0 2F B7 24 27
Octal 77 203 206 65 2 0 57 267 44 47
Binary 111111 10000011 10000110 110101 10 0 101111 10110111 100100 100111

Color Harmonies of #3F8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8386

Black with #3F8386

Text Example


Text Example

White with #3F8386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,134); }

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

background-color css

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

 a { background-color: rgb(63,131,134); }

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

border-color css

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

 span { border-color: rgb(63,131,134); }

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