Html Css Color HEX #389D9D Blue Chill

📋 copy color: '#389D9D'

red 56 ◦ green 157 ◦ blue 157

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

Shades of Blue Chill #389D9D

Tints of Blue Chill #389D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.43%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 15.14%
G = 42.43%
B = 42.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#389D9D (or 0x389D9D) is known color: Blue Chill. HEX triplet: 38, 9D and 9D. RGB value is (56,157,157). Sum of RGB (Red+Green+Blue) = 56+157+157=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #389D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389D9D is #C76262. Grayscale: #7E7E7E. Windows color (decimal): -13066851 or 10329400. OLE color: 10329400.

HSL color Cylindrical-coordinate representation of color #389D9D: hue angle of 180º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D9D is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 157 157 -
CMYK 0.64 0 0 0.38
HSL 180º 0.47% 0.42% -
HSV(B) 180º 0.64% 0.62% -
XYZ 19.77 27.39 36.14 -
YUV 126.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 56 157 157 0.64 0 0 0.38 180 0.47 0.42
Hex 38 9D 9D 40 0 0 26 B4 2F 2A
Octal 70 235 235 100 0 0 46 264 57 52
Binary 111000 10011101 10011101 1000000 0 0 100110 10110100 101111 101010

Color Harmonies of #389D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D9D

Black with #389D9D

Text Example


Text Example

White with #389D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389D9D; }

 p { color: rgb(56,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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