Html Css Color HEX #3F8286 Paradiso

📋 copy color: '#3F8286'

red 63 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #3F8286

Tints of Paradiso #3F8286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 19.27%
G = 39.76%
B = 40.98%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F8286 (or 0x3F8286) is known color: Paradiso. HEX triplet: 3F, 82 and 86. RGB value is (63,130,134). Sum of RGB (Red+Green+Blue) = 63+130+134=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F8286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8286 is #C07D79. Grayscale: #6E6E6E. Windows color (decimal): -12615034 or 8815167. OLE color: 8815167.

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

Color convert

RGB 63 130 134 -
CMYK 0.53 0.03 0 0.47
HSL 183.38º 0.36% 0.39% -
HSV(B) 183.38º 0.53% 0.53% -
XYZ 14.34 18.74 25.42 -
YUV 110.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 63 130 134 0.53 0.03 0 0.47 183.38 0.36 0.39
Hex 3F 82 86 35 3 0 2F B7 24 27
Octal 77 202 206 65 3 0 57 267 44 47
Binary 111111 10000010 10000110 110101 11 0 101111 10110111 100100 100111

Color Harmonies of #3F8286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8286

Black with #3F8286

Text Example


Text Example

White with #3F8286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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