#3A7F87

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

Shades of Paradiso #3A7F87

Tints of Paradiso #3A7F87

Color information

#3A7F87 (or 0x3A7F87) is unknown color: approx Paradiso. HEX triplet: 3A, 7F and 87. RGB value is (58,127,135). Sum of RGB (Red+Green+Blue) = 58+127+135=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A7F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7F87 is #C58078. Grayscale: #6B6B6B. Windows color (decimal): -12943481 or 8879930. OLE color: 8879930.

HSL color Cylindrical-coordinate representation of color #3A7F87: hue angle of 186.23º 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 #3A7F87 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB58127135-
CMYK0.570.0600.47
HSL186.23º39.9%37.84%-
HSV(B)186.23º57.04%52.94%-
XYZ13.7117.8325.64-
YUV107.28143.6492.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=18.12%
G=39.69%
B=42.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581271350.570.0600.47186.2339.937.84
Hex3A7F8739602Fba2826
Octal721772077160572725046
Binary111010111111110000111111001110010111110111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,135); }

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

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

 a { background-color: rgb(58,127,135); }

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

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

 span { border-color: rgb(58,127,135); }

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