#3B828A

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

Shades of Paradiso #3B828A

Tints of Paradiso #3B828A

Color information

#3B828A (or 0x3B828A) is unknown color: approx Paradiso. HEX triplet: 3B, 82 and 8A. RGB value is (59,130,138). Sum of RGB (Red+Green+Blue) = 59+130+138=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B828A is #C47D75. Grayscale: #6D6D6D. Windows color (decimal): -12877174 or 9077307. OLE color: 9077307.

HSL color Cylindrical-coordinate representation of color #3B828A: hue angle of 186.08º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B828A is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB59130138-
CMYK0.570.0600.46
HSL186.08º40.1%38.63%-
HSV(B)186.08º57.25%54.12%-
XYZ14.3718.7326.9-
YUV109.68143.9891.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=18.04%
G=39.76%
B=42.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591301380.570.0600.46186.0840.138.63
Hex3B828A39602Eba2827
Octal732022127160562725047
Binary1110111000001010001010111001110010111010111010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,138); }

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

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

 a { background-color: rgb(59,130,138); }

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

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

 span { border-color: rgb(59,130,138); }

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