Html Css Color HEX #3A8389 Paradiso

📋 copy color: '#3A8389'

red 58 ◦ green 131 ◦ blue 137

#3A8389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #3A8389

Tints of Paradiso #3A8389

RGB

 RED value IS 58 (23.05% from 255) = 17.79%

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 17.79%
G = 40.18%
B = 42.02%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A8389 (or 0x3A8389) is known color: Paradiso. HEX triplet: 3A, 83 and 89. RGB value is (58,131,137). Sum of RGB (Red+Green+Blue) = 58+131+137=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8389 is #C57C76. Grayscale: #6D6D6D. Windows color (decimal): -12942455 or 9012026. OLE color: 9012026.

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

Color convert

RGB 58 131 137 -
CMYK 0.58 0.04 0 0.46
HSL 184.56º 0.41% 0.38% -
HSV(B) 184.56º 0.58% 0.54% -
XYZ 14.38 18.94 26.56 -
YUV 109.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 58 131 137 0.58 0.04 0 0.46 184.56 0.41 0.38
Hex 3A 83 89 3A 4 0 2E B9 29 26
Octal 72 203 211 72 4 0 56 271 51 46
Binary 111010 10000011 10001001 111010 100 0 101110 10111001 101001 100110

Color Harmonies of #3A8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8389

Black with #3A8389

Text Example


Text Example

White with #3A8389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A8389;
 }
 .AnyTagClassName
 {
   color: #3A8389;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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