Html Css Color HEX #3F858B Paradiso

📋 copy color: '#3F858B'

red 63 ◦ green 133 ◦ blue 139

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

Shades of Paradiso #3F858B

Tints of Paradiso #3F858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 18.81%
G = 39.7%
B = 41.49%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F858B (or 0x3F858B) is known color: Paradiso. HEX triplet: 3F, 85 and 8B. RGB value is (63,133,139). Sum of RGB (Red+Green+Blue) = 63+133+139=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F858B is #C07A74. Grayscale: #707070. Windows color (decimal): -12614261 or 9143615. OLE color: 9143615.

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

Color convert

RGB 63 133 139 -
CMYK 0.55 0.04 0 0.45
HSL 184.74º 0.38% 0.4% -
HSV(B) 184.74º 0.55% 0.55% -
XYZ 15.1 19.7 27.43 -
YUV 112.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 63 133 139 0.55 0.04 0 0.45 184.74 0.38 0.4
Hex 3F 85 8B 37 4 0 2D B9 26 28
Octal 77 205 213 67 4 0 55 271 46 50
Binary 111111 10000101 10001011 110111 100 0 101101 10111001 100110 101000

Color Harmonies of #3F858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F858B

Black with #3F858B

Text Example


Text Example

White with #3F858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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