#3F838B

Color #3F838B Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #3F838B

Tints of Paradiso #3F838B

Color information

#3F838B (or 0x3F838B) is unknown color: approx Paradiso. HEX triplet: 3F, 83 and 8B. RGB value is (63,131,139). Sum of RGB (Red+Green+Blue) = 63+131+139=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F838B is #C07C74. Grayscale: #6F6F6F. Windows color (decimal): -12614773 or 9143103. OLE color: 9143103.

HSL color Cylindrical-coordinate representation of color #3F838B: hue angle of 186.32º 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 #3F838B is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63131139-
CMYK0.550.0600.45
HSL186.32º37.62%39.61%-
HSV(B)186.32º54.68%54.51%-
XYZ14.8319.1527.34-
YUV111.58143.4793.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=18.92%
G=39.34%
B=41.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631311390.550.0600.45186.3237.6239.61
Hex3F838B37602Dba2628
Octal772032136760552724650
Binary1111111000001110001011110111110010110110111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F838B;
 }
 .AnyTagClassName
 {
   color: #3F838B;
 }
</style>
background-color css

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

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

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

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

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

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