Html Css Color HEX #3B828D Paradiso

📋 copy color: '#3B828D'

red 59 ◦ green 130 ◦ blue 141

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

Shades of Paradiso #3B828D

Tints of Paradiso #3B828D

RGB

 RED value IS 59 (23.44% from 255) = 17.88%

 GREEN value IS 130 (51.17% from 255) = 39.39%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 17.88%
G = 39.39%
B = 42.73%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B828D (or 0x3B828D) is known color: Paradiso. HEX triplet: 3B, 82 and 8D. RGB value is (59,130,141). Sum of RGB (Red+Green+Blue) = 59+130+141=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B828D is #C47D72. Grayscale: #6D6D6D. Windows color (decimal): -12877171 or 9273915. OLE color: 9273915.

HSL color Cylindrical-coordinate representation of color #3B828D: hue angle of 188.05º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B828D is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 130 141 -
CMYK 0.58 0.08 0 0.45
HSL 188.05º 0.41% 0.39% -
HSV(B) 188.05º 0.58% 0.55% -
XYZ 14.59 18.82 28.06 -
YUV 110.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 59 130 141 0.58 0.08 0 0.45 188.05 0.41 0.39
Hex 3B 82 8D 3A 8 0 2D BC 29 27
Octal 73 202 215 72 10 0 55 274 51 47
Binary 111011 10000010 10001101 111010 1000 0 101101 10111100 101001 100111

Color Harmonies of #3B828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B828D

Black with #3B828D

Text Example


Text Example

White with #3B828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,130,141); }

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

background-color css

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

 a { background-color: rgb(59,130,141); }

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

border-color css

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

 span { border-color: rgb(59,130,141); }

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