Html Css Color HEX #389389 Blue Chill

📋 copy color: '#389389'

red 56 ◦ green 147 ◦ blue 137

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

Shades of Blue Chill #389389

Tints of Blue Chill #389389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 16.47%
G = 43.24%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#389389 (or 0x389389) is known color: Blue Chill. HEX triplet: 38, 93 and 89. RGB value is (56,147,137). Sum of RGB (Red+Green+Blue) = 56+147+137=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #389389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389389 is #C76C76. Grayscale: #767676. Windows color (decimal): -13069431 or 9016120. OLE color: 9016120.

HSL color Cylindrical-coordinate representation of color #389389: hue angle of 173.41º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389389 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 137 -
CMYK 0.62 0 0.07 0.42
HSL 173.41º 0.45% 0.4% -
HSV(B) 173.41º 0.62% 0.58% -
XYZ 16.58 23.51 27.33 -
YUV 118.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 56 147 137 0.62 0 0.07 0.42 173.41 0.45 0.4
Hex 38 93 89 3E 0 7 2A AD 2D 28
Octal 70 223 211 76 0 7 52 255 55 50
Binary 111000 10010011 10001001 111110 0 111 101010 10101101 101101 101000

Color Harmonies of #389389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389389

Black with #389389

Text Example


Text Example

White with #389389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389389; }

 p { color: rgb(56,147,137); }

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

background-color css

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

 a { background-color: rgb(56,147,137); }

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

border-color css

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

 span { border-color: rgb(56,147,137); }

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