Html Css Color HEX #389795 Blue Chill

📋 copy color: '#389795'

red 56 ◦ green 151 ◦ blue 149

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

Shades of Blue Chill #389795

Tints of Blue Chill #389795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 15.73%
G = 42.42%
B = 41.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#389795 (or 0x389795) is known color: Blue Chill. HEX triplet: 38, 97 and 95. RGB value is (56,151,149). Sum of RGB (Red+Green+Blue) = 56+151+149=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #389795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389795 is #C7686A. Grayscale: #7A7A7A. Windows color (decimal): -13068395 or 9803576. OLE color: 9803576.

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

Color convert

RGB 56 151 149 -
CMYK 0.63 0 0.01 0.41
HSL 178.74º 0.46% 0.41% -
HSV(B) 178.74º 0.63% 0.59% -
XYZ 18.12 25.14 32.33 -
YUV 122.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 56 151 149 0.63 0 0.01 0.41 178.74 0.46 0.41
Hex 38 97 95 3F 0 1 29 B3 2E 29
Octal 70 227 225 77 0 1 51 263 56 51
Binary 111000 10010111 10010101 111111 0 1 101001 10110011 101110 101001

Color Harmonies of #389795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389795

Black with #389795

Text Example


Text Example

White with #389795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389795; }

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

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

background-color css

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

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

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

border-color css

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

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

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