#3A8189

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

Shades of Paradiso #3A8189

Tints of Paradiso #3A8189

Color information

#3A8189 (or 0x3A8189) is unknown color: approx Paradiso. HEX triplet: 3A, 81 and 89. RGB value is (58,129,137). Sum of RGB (Red+Green+Blue) = 58+129+137=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8189 is #C57E76. Grayscale: #6C6C6C. Windows color (decimal): -12942967 or 9011514. OLE color: 9011514.

HSL color Cylindrical-coordinate representation of color #3A8189: hue angle of 186.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8189 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB58129137-
CMYK0.580.0600.46
HSL186.08º40.51%38.24%-
HSV(B)186.08º57.66%53.73%-
XYZ14.1118.4126.48-
YUV108.68143.9891.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=17.90%
G=39.81%
B=42.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581291370.580.0600.46186.0840.5138.24
Hex3A81893A602Eba2926
Octal722012117260562725146
Binary1110101000000110001001111010110010111010111010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,137); }

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

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

 a { background-color: rgb(58,129,137); }

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

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

 span { border-color: rgb(58,129,137); }

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