Html Css Color HEX #3D8584 Paradiso

📋 copy color: '#3D8584'

red 61 ◦ green 133 ◦ blue 132

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

Shades of Paradiso #3D8584

Tints of Paradiso #3D8584

RGB

 RED value IS 61 (24.22% from 255) = 18.71%

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 18.71%
G = 40.8%
B = 40.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#3D8584 (or 0x3D8584) is known color: Paradiso. HEX triplet: 3D, 85 and 84. RGB value is (61,133,132). Sum of RGB (Red+Green+Blue) = 61+133+132=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8584 is #C27A7B. Grayscale: #6F6F6F. Windows color (decimal): -12745340 or 8684861. OLE color: 8684861.

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

Color convert

RGB 61 133 132 -
CMYK 0.54 0 0.01 0.48
HSL 179.17º 0.37% 0.38% -
HSV(B) 179.17º 0.54% 0.52% -
XYZ 14.48 19.43 24.82 -
YUV 111.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 61 133 132 0.54 0 0.01 0.48 179.17 0.37 0.38
Hex 3D 85 84 36 0 1 30 B3 25 26
Octal 75 205 204 66 0 1 60 263 45 46
Binary 111101 10000101 10000100 110110 0 1 110000 10110011 100101 100110

Color Harmonies of #3D8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8584

Black with #3D8584

Text Example


Text Example

White with #3D8584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,133,132); }

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

background-color css

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

 a { background-color: rgb(61,133,132); }

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

border-color css

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

 span { border-color: rgb(61,133,132); }

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