Html Css Color HEX #3F8287 Paradiso

📋 copy color: '#3F8287'

red 63 ◦ green 130 ◦ blue 135

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

Shades of Paradiso #3F8287

Tints of Paradiso #3F8287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 19.21%
G = 39.63%
B = 41.16%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F8287 (or 0x3F8287) is known color: Paradiso. HEX triplet: 3F, 82 and 87. RGB value is (63,130,135). Sum of RGB (Red+Green+Blue) = 63+130+135=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F8287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8287 is #C07D78. Grayscale: #6E6E6E. Windows color (decimal): -12615033 or 8880703. OLE color: 8880703.

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

Color convert

RGB 63 130 135 -
CMYK 0.53 0.04 0 0.47
HSL 184.17º 0.36% 0.39% -
HSV(B) 184.17º 0.53% 0.53% -
XYZ 14.41 18.77 25.79 -
YUV 110.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 63 130 135 0.53 0.04 0 0.47 184.17 0.36 0.39
Hex 3F 82 87 35 4 0 2F B8 24 27
Octal 77 202 207 65 4 0 57 270 44 47
Binary 111111 10000010 10000111 110101 100 0 101111 10111000 100100 100111

Color Harmonies of #3F8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8287

Black with #3F8287

Text Example


Text Example

White with #3F8287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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