#3A828D

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

Shades of Paradiso #3A828D

Tints of Paradiso #3A828D

Color information

#3A828D (or 0x3A828D) is unknown color: approx Paradiso. HEX triplet: 3A, 82 and 8D. RGB value is (58,130,141). Sum of RGB (Red+Green+Blue) = 58+130+141=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A828D is #C57D72. Grayscale: #6D6D6D. Windows color (decimal): -12942707 or 9273914. OLE color: 9273914.

HSL color Cylindrical-coordinate representation of color #3A828D: hue angle of 187.95º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A828D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58130141-
CMYK0.590.0800.45
HSL187.95º41.71%39.02%-
HSV(B)187.95º58.87%55.29%-
XYZ14.5418.7928.06-
YUV109.73145.6591.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=17.63%
G=39.51%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581301410.590.0800.45187.9541.7139.02
Hex3A828D3B802Dbc2a27
Octal7220221573100552745247
Binary11101010000010100011011110111000010110110111100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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