Html Css Color HEX #3F8587 Paradiso

📋 copy color: '#3F8587'

red 63 ◦ green 133 ◦ blue 135

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

Shades of Paradiso #3F8587

Tints of Paradiso #3F8587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 19.03%
G = 40.18%
B = 40.79%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F8587 (or 0x3F8587) is known color: Paradiso. HEX triplet: 3F, 85 and 87. RGB value is (63,133,135). Sum of RGB (Red+Green+Blue) = 63+133+135=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F8587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8587 is #C07A78. Grayscale: #707070. Windows color (decimal): -12614265 or 8881471. OLE color: 8881471.

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

Color convert

RGB 63 133 135 -
CMYK 0.53 0.01 0 0.47
HSL 181.67º 0.36% 0.39% -
HSV(B) 181.67º 0.53% 0.53% -
XYZ 14.81 19.58 25.92 -
YUV 112.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 63 133 135 0.53 0.01 0 0.47 181.67 0.36 0.39
Hex 3F 85 87 35 1 0 2F B6 24 27
Octal 77 205 207 65 1 0 57 266 44 47
Binary 111111 10000101 10000111 110101 1 0 101111 10110110 100100 100111

Color Harmonies of #3F8587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8587

Black with #3F8587

Text Example


Text Example

White with #3F8587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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