#3E8285

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

Shades of Paradiso #3E8285

Tints of Paradiso #3E8285

Color information

#3E8285 (or 0x3E8285) is unknown color: approx Paradiso. HEX triplet: 3E, 82 and 85. RGB value is (62,130,133). Sum of RGB (Red+Green+Blue) = 62+130+133=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E8285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8285 is #C17D7A. Grayscale: #6D6D6D. Windows color (decimal): -12680571 or 8749630. OLE color: 8749630.

HSL color Cylindrical-coordinate representation of color #3E8285: hue angle of 182.54º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8285 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB62130133-
CMYK0.530.0200.48
HSL182.54º36.41%38.24%-
HSV(B)182.54º53.38%52.16%-
XYZ14.218.6825.05-
YUV110.01140.9793.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=19.08%
G=40%
B=40.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621301330.530.0200.48182.5436.4138.24
Hex3E8285352030b72426
Octal762022056520602674446
Binary111110100000101000010111010110011000010110111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,133); }

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

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

 a { background-color: rgb(62,130,133); }

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

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

 span { border-color: rgb(62,130,133); }

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