#3F7D84

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

Shades of Paradiso #3F7D84

Tints of Paradiso #3F7D84

Color information

#3F7D84 (or 0x3F7D84) is unknown color: approx Paradiso. HEX triplet: 3F, 7D and 84. RGB value is (63,125,132). Sum of RGB (Red+Green+Blue) = 63+125+132=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F7D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7D84 is #C0827B. Grayscale: #6B6B6B. Windows color (decimal): -12616316 or 8682815. OLE color: 8682815.

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

Color convert

RGB63125132-
CMYK0.520.0500.48
HSL186.09º35.38%38.24%-
HSV(B)186.09º52.27%51.76%-
XYZ13.5517.3924.47-
YUV107.26141.9696.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=19.69%
G=39.06%
B=41.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631251320.520.0500.48186.0935.3838.24
Hex3F7D84345030ba2326
Octal771752046450602724346
Binary111111111110110000100110100101011000010111010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,132); }

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

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

 a { background-color: rgb(63,125,132); }

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

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

 span { border-color: rgb(63,125,132); }

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