Html Css Color HEX #389A9B Blue Chill

📋 copy color: '#389A9B'

red 56 ◦ green 154 ◦ blue 155

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

Shades of Blue Chill #389A9B

Tints of Blue Chill #389A9B

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

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

Color convert

RGB 56 154 155 -
CMYK 0.64 0.01 0 0.39
HSL 180.61º 0.47% 0.41% -
HSV(B) 180.61º 0.64% 0.61% -
XYZ 19.1 26.32 35.08 -
YUV 124.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 56 154 155 0.64 0.01 0 0.39 180.61 0.47 0.41
Hex 38 9A 9B 40 1 0 27 B5 2F 29
Octal 70 232 233 100 1 0 47 265 57 51
Binary 111000 10011010 10011011 1000000 1 0 100111 10110101 101111 101001

Color Harmonies of #389A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A9B

Black with #389A9B

Text Example


Text Example

White with #389A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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