Html Css Color HEX #389B9A Blue Chill

📋 copy color: '#389B9A'

red 56 ◦ green 155 ◦ blue 154

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

Shades of Blue Chill #389B9A

Tints of Blue Chill #389B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 15.34%
G = 42.47%
B = 42.19%

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

#389B9A (or 0x389B9A) is known color: Blue Chill. HEX triplet: 38, 9B and 9A. RGB value is (56,155,154). Sum of RGB (Red+Green+Blue) = 56+155+154=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #389B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389B9A is #C76465. Grayscale: #7D7D7D. Windows color (decimal): -13067366 or 10132280. OLE color: 10132280.

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

Color convert

RGB 56 155 154 -
CMYK 0.64 0 0.01 0.39
HSL 179.39º 0.47% 0.41% -
HSV(B) 179.39º 0.64% 0.61% -
XYZ 19.18 26.62 34.7 -
YUV 125.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 56 155 154 0.64 0 0.01 0.39 179.39 0.47 0.41
Hex 38 9B 9A 40 0 1 27 B3 2F 29
Octal 70 233 232 100 0 1 47 263 57 51
Binary 111000 10011011 10011010 1000000 0 1 100111 10110011 101111 101001

Color Harmonies of #389B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B9A

Black with #389B9A

Text Example


Text Example

White with #389B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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