Html Css Color HEX #389997 Blue Chill

📋 copy color: '#389997'

red 56 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #389997

Tints of Blue Chill #389997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 15.56%
G = 42.5%
B = 41.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#389997 (or 0x389997) is known color: Blue Chill. HEX triplet: 38, 99 and 97. RGB value is (56,153,151). Sum of RGB (Red+Green+Blue) = 56+153+151=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #389997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389997 is #C76668. Grayscale: #7B7B7B. Windows color (decimal): -13067881 or 9935160. OLE color: 9935160.

HSL color Cylindrical-coordinate representation of color #389997: hue angle of 178.76º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389997 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 151 -
CMYK 0.63 0 0.01 0.4
HSL 178.76º 0.46% 0.41% -
HSV(B) 178.76º 0.63% 0.6% -
XYZ 18.61 25.86 33.29 -
YUV 123.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 56 153 151 0.63 0 0.01 0.4 178.76 0.46 0.41
Hex 38 99 97 3F 0 1 28 B3 2E 29
Octal 70 231 227 77 0 1 50 263 56 51
Binary 111000 10011001 10010111 111111 0 1 101000 10110011 101110 101001

Color Harmonies of #389997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389997

Black with #389997

Text Example


Text Example

White with #389997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389997; }

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

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

background-color css

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

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

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

border-color css

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

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

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