Html Css Color HEX #389695 Blue Chill

📋 copy color: '#389695'

red 56 ◦ green 150 ◦ blue 149

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

Shades of Blue Chill #389695

Tints of Blue Chill #389695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

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

R = 15.77%
G = 42.25%
B = 41.97%

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

#389695 (or 0x389695) is known color: Blue Chill. HEX triplet: 38, 96 and 95. RGB value is (56,150,149). Sum of RGB (Red+Green+Blue) = 56+150+149=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #389695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389695 is #C7696A. Grayscale: #797979. Windows color (decimal): -13068651 or 9803320. OLE color: 9803320.

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

Color convert

RGB 56 150 149 -
CMYK 0.63 0 0.01 0.41
HSL 179.36º 0.46% 0.4% -
HSV(B) 179.36º 0.63% 0.59% -
XYZ 17.96 24.82 32.28 -
YUV 121.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 56 150 149 0.63 0 0.01 0.41 179.36 0.46 0.4
Hex 38 96 95 3F 0 1 29 B3 2E 28
Octal 70 226 225 77 0 1 51 263 56 50
Binary 111000 10010110 10010101 111111 0 1 101001 10110011 101110 101000

Color Harmonies of #389695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389695

Black with #389695

Text Example


Text Example

White with #389695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389695; }

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

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

background-color css

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

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

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

border-color css

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

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

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