#3F8188

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

Shades of Paradiso #3F8188

Tints of Paradiso #3F8188

Color information

#3F8188 (or 0x3F8188) is unknown color: approx Paradiso. HEX triplet: 3F, 81 and 88. RGB value is (63,129,136). Sum of RGB (Red+Green+Blue) = 63+129+136=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F8188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8188 is #C07E77. Grayscale: #6D6D6D. Windows color (decimal): -12615288 or 8945983. OLE color: 8945983.

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

Color convert

RGB63129136-
CMYK0.540.0500.47
HSL185.75º36.68%39.02%-
HSV(B)185.75º53.68%53.33%-
XYZ14.3418.5326.11-
YUV110.06142.6394.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=19.21%
G=39.33%
B=41.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631291360.540.0500.47185.7536.6839.02
Hex3F818836502Fba2527
Octal772012106650572724547
Binary1111111000000110001000110110101010111110111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,136); }

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

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

 a { background-color: rgb(63,129,136); }

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

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

 span { border-color: rgb(63,129,136); }

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