#3A8289

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

Shades of Paradiso #3A8289

Tints of Paradiso #3A8289

Color information

#3A8289 (or 0x3A8289) is unknown color: approx Paradiso. HEX triplet: 3A, 82 and 89. RGB value is (58,130,137). Sum of RGB (Red+Green+Blue) = 58+130+137=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8289 is #C57D76. Grayscale: #6D6D6D. Windows color (decimal): -12942711 or 9011770. OLE color: 9011770.

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

Color convert

RGB58130137-
CMYK0.580.0500.46
HSL185.32º40.51%38.24%-
HSV(B)185.32º57.66%53.73%-
XYZ14.2418.6726.52-
YUV109.27143.6591.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=17.85%
G=40%
B=42.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581301370.580.0500.46185.3240.5138.24
Hex3A82893A502Eb92926
Octal722022117250562715146
Binary1110101000001010001001111010101010111010111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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