#3F828A

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

Shades of Paradiso #3F828A

Tints of Paradiso #3F828A

Color information

#3F828A (or 0x3F828A) is unknown color: approx Paradiso. HEX triplet: 3F, 82 and 8A. RGB value is (63,130,138). Sum of RGB (Red+Green+Blue) = 63+130+138=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F828A is #C07D75. Grayscale: #6E6E6E. Windows color (decimal): -12615030 or 9077311. OLE color: 9077311.

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

Color convert

RGB63130138-
CMYK0.540.0600.46
HSL186.4º37.31%39.41%-
HSV(B)186.4º54.35%54.12%-
XYZ14.6218.8626.91-
YUV110.88143.393.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=19.03%
G=39.27%
B=41.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631301380.540.0600.46186.437.3139.41
Hex3F828A36602Eba2527
Octal772022126660562724547
Binary1111111000001010001010110110110010111010111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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