#3a8089

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

Shades of Paradiso #3A8089

Tints of Paradiso #3A8089

Color information

#3A8089 (or 0x3A8089) is unknown color: approx Paradiso. HEX triplet: 3A, 80 and 89. RGB value is (58,128,137). Sum of RGB (Red+Green+Blue) = 58+128+137=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8089 is #C57F76. Grayscale: #6B6B6B. Windows color (decimal): -12943223 or 9011258. OLE color: 9011258.

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

Color convert

RGB58128137-
CMYK0.580.0700.46
HSL186.84º40.51%38.24%-
HSV(B)186.84º57.66%53.73%-
XYZ13.9818.1426.43-
YUV108.1144.3192.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=17.96%
G=39.63%
B=42.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581281370.580.0700.46186.8440.5138.24
Hex3A80893A702Ebb2926
Octal722002117270562735146
Binary1110101000000010001001111010111010111010111011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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