Html Css Color HEX #3E7D84 Paradiso

📋 copy color: '#3E7D84'

red 62 ◦ green 125 ◦ blue 132

#3E7D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #3E7D84

Tints of Paradiso #3E7D84

RGB

 RED value IS 62 (24.61% from 255) = 19.44%

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 19.44%
G = 39.18%
B = 41.38%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E7D84 (or 0x3E7D84) is known color: Paradiso. HEX triplet: 3E, 7D and 84. RGB value is (62,125,132). Sum of RGB (Red+Green+Blue) = 62+125+132=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E7D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7D84 is #C1827B. Grayscale: #6A6A6A. Windows color (decimal): -12681852 or 8682814. OLE color: 8682814.

HSL color Cylindrical-coordinate representation of color #3E7D84: hue angle of 186º 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 #3E7D84 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 125 132 -
CMYK 0.53 0.05 0 0.48
HSL 186º 0.36% 0.38% -
HSV(B) 186º 0.53% 0.52% -
XYZ 13.49 17.36 24.47 -
YUV 106.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 62 125 132 0.53 0.05 0 0.48 186 0.36 0.38
Hex 3E 7D 84 35 5 0 30 BA 24 26
Octal 76 175 204 65 5 0 60 272 44 46
Binary 111110 1111101 10000100 110101 101 0 110000 10111010 100100 100110

Color Harmonies of #3E7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7D84

Black with #3E7D84

Text Example


Text Example

White with #3E7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E7D84;
 }
 .AnyTagClassName
 {
   color: #3E7D84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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