Html Css Color HEX #389187 Blue Chill

📋 copy color: '#389187'

red 56 ◦ green 145 ◦ blue 135

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

Shades of Blue Chill #389187

Tints of Blue Chill #389187

RGB

 RED value IS 56 (22.27% from 255) = 16.67%

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 16.67%
G = 43.15%
B = 40.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#389187 (or 0x389187) is known color: Blue Chill. HEX triplet: 38, 91 and 87. RGB value is (56,145,135). Sum of RGB (Red+Green+Blue) = 56+145+135=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #389187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389187 is #C76E78. Grayscale: #757575. Windows color (decimal): -13069945 or 8884536. OLE color: 8884536.

HSL color Cylindrical-coordinate representation of color #389187: hue angle of 173.26º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389187 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 135 -
CMYK 0.61 0 0.07 0.43
HSL 173.26º 0.44% 0.39% -
HSV(B) 173.26º 0.61% 0.57% -
XYZ 16.13 22.84 26.48 -
YUV 117.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 56 145 135 0.61 0 0.07 0.43 173.26 0.44 0.39
Hex 38 91 87 3D 0 7 2B AD 2C 27
Octal 70 221 207 75 0 7 53 255 54 47
Binary 111000 10010001 10000111 111101 0 111 101011 10101101 101100 100111

Color Harmonies of #389187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389187

Black with #389187

Text Example


Text Example

White with #389187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389187; }

 p { color: rgb(56,145,135); }

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

background-color css

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

 a { background-color: rgb(56,145,135); }

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

border-color css

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

 span { border-color: rgb(56,145,135); }

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