Html Css Color HEX #3D8884 Blue Chill

📋 copy color: '#3D8884'

red 61 ◦ green 136 ◦ blue 132

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

Shades of Blue Chill #3D8884

Tints of Blue Chill #3D8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

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

R = 18.54%
G = 41.34%
B = 40.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#3D8884 (or 0x3D8884) is known color: Blue Chill. HEX triplet: 3D, 88 and 84. RGB value is (61,136,132). Sum of RGB (Red+Green+Blue) = 61+136+132=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8884 is #C2777B. Grayscale: #717171. Windows color (decimal): -12744572 or 8685629. OLE color: 8685629.

HSL color Cylindrical-coordinate representation of color #3D8884: hue angle of 176.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8884 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 136 132 -
CMYK 0.55 0 0.03 0.47
HSL 176.8º 0.38% 0.39% -
HSV(B) 176.8º 0.55% 0.53% -
XYZ 14.89 20.27 24.96 -
YUV 113.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 61 136 132 0.55 0 0.03 0.47 176.8 0.38 0.39
Hex 3D 88 84 37 0 3 2F B1 26 27
Octal 75 210 204 67 0 3 57 261 46 47
Binary 111101 10001000 10000100 110111 0 11 101111 10110001 100110 100111

Color Harmonies of #3D8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8884

Black with #3D8884

Text Example


Text Example

White with #3D8884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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