#3A8288

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

Shades of Paradiso #3A8288

Tints of Paradiso #3A8288

Color information

#3A8288 (or 0x3A8288) is unknown color: approx Paradiso. HEX triplet: 3A, 82 and 88. RGB value is (58,130,136). Sum of RGB (Red+Green+Blue) = 58+130+136=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A8288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8288 is #C57D77. Grayscale: #6D6D6D. Windows color (decimal): -12942712 or 8946234. OLE color: 8946234.

HSL color Cylindrical-coordinate representation of color #3A8288: hue angle of 184.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8288 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB58130136-
CMYK0.570.0400.47
HSL184.62º40.21%38.04%-
HSV(B)184.62º57.35%53.33%-
XYZ14.1718.6426.14-
YUV109.16143.1591.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=17.90%
G=40.12%
B=41.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581301360.570.0400.47184.6240.2138.04
Hex3A828839402Fb92826
Octal722022107140572715046
Binary1110101000001010001000111001100010111110111001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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