Html Css Color HEX #389B99 Blue Chill

📋 copy color: '#389B99'

red 56 ◦ green 155 ◦ blue 153

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

Shades of Blue Chill #389B99

Tints of Blue Chill #389B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 15.38%
G = 42.58%
B = 42.03%

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

#389B99 (or 0x389B99) is known color: Blue Chill. HEX triplet: 38, 9B and 99. RGB value is (56,155,153). Sum of RGB (Red+Green+Blue) = 56+155+153=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #389B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389B99 is #C76466. Grayscale: #7D7D7D. Windows color (decimal): -13067367 or 10066744. OLE color: 10066744.

HSL color Cylindrical-coordinate representation of color #389B99: hue angle of 178.79º 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 #389B99 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 155 153 -
CMYK 0.64 0 0.01 0.39
HSL 178.79º 0.47% 0.41% -
HSV(B) 178.79º 0.64% 0.61% -
XYZ 19.1 26.58 34.26 -
YUV 125.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 56 155 153 0.64 0 0.01 0.39 178.79 0.47 0.41
Hex 38 9B 99 40 0 1 27 B3 2F 29
Octal 70 233 231 100 0 1 47 263 57 51
Binary 111000 10011011 10011001 1000000 0 1 100111 10110011 101111 101001

Color Harmonies of #389B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B99

Black with #389B99

Text Example


Text Example

White with #389B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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