#3F838A

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

Shades of Paradiso #3F838A

Tints of Paradiso #3F838A

Color information

#3F838A (or 0x3F838A) is unknown color: approx Paradiso. HEX triplet: 3F, 83 and 8A. RGB value is (63,131,138). Sum of RGB (Red+Green+Blue) = 63+131+138=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F838A is #C07C75. Grayscale: #6F6F6F. Windows color (decimal): -12614774 or 9077567. OLE color: 9077567.

HSL color Cylindrical-coordinate representation of color #3F838A: hue angle of 185.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F838A is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB63131138-
CMYK0.540.0500.46
HSL185.6º37.31%39.41%-
HSV(B)185.6º54.35%54.12%-
XYZ14.7519.1226.96-
YUV111.47142.9793.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=18.98%
G=39.46%
B=41.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631311380.540.0500.46185.637.3139.41
Hex3F838A36502Eba2527
Octal772032126650562724547
Binary1111111000001110001010110110101010111010111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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