Html Css Color HEX #389C9B Blue Chill

📋 copy color: '#389C9B'

red 56 ◦ green 156 ◦ blue 155

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

Shades of Blue Chill #389C9B

Tints of Blue Chill #389C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 15.26%
G = 42.51%
B = 42.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#389C9B (or 0x389C9B) is known color: Blue Chill. HEX triplet: 38, 9C and 9B. RGB value is (56,156,155). Sum of RGB (Red+Green+Blue) = 56+156+155=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #389C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C9B is #C76364. Grayscale: #7D7D7D. Windows color (decimal): -13067109 or 10198072. OLE color: 10198072.

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

Color convert

RGB 56 156 155 -
CMYK 0.64 0 0.01 0.39
HSL 179.4º 0.47% 0.42% -
HSV(B) 179.4º 0.64% 0.61% -
XYZ 19.44 26.98 35.19 -
YUV 125.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 56 156 155 0.64 0 0.01 0.39 179.4 0.47 0.42
Hex 38 9C 9B 40 0 1 27 B3 2F 2A
Octal 70 234 233 100 0 1 47 263 57 52
Binary 111000 10011100 10011011 1000000 0 1 100111 10110011 101111 101010

Color Harmonies of #389C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C9B

Black with #389C9B

Text Example


Text Example

White with #389C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,155); }

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

background-color css

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

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

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

border-color css

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

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

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