Html Css Color HEX #389C97 Blue Chill

📋 copy color: '#389C97'

red 56 ◦ green 156 ◦ blue 151

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

Shades of Blue Chill #389C97

Tints of Blue Chill #389C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 15.43%
G = 42.98%
B = 41.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#389C97 (or 0x389C97) is known color: Blue Chill. HEX triplet: 38, 9C and 97. RGB value is (56,156,151). Sum of RGB (Red+Green+Blue) = 56+156+151=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #389C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C97 is #C76368. Grayscale: #7D7D7D. Windows color (decimal): -13067113 or 9935928. OLE color: 9935928.

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

Color convert

RGB 56 156 151 -
CMYK 0.64 0 0.03 0.39
HSL 177º 0.47% 0.42% -
HSV(B) 177º 0.64% 0.61% -
XYZ 19.11 26.85 33.45 -
YUV 125.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 56 156 151 0.64 0 0.03 0.39 177 0.47 0.42
Hex 38 9C 97 40 0 3 27 B1 2F 2A
Octal 70 234 227 100 0 3 47 261 57 52
Binary 111000 10011100 10010111 1000000 0 11 100111 10110001 101111 101010

Color Harmonies of #389C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C97

Black with #389C97

Text Example


Text Example

White with #389C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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