Html Css Color HEX #389596 Blue Chill

📋 copy color: '#389596'

red 56 ◦ green 149 ◦ blue 150

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

Shades of Blue Chill #389596

Tints of Blue Chill #389596

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #389596: hue angle of 180.64º 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 #389596 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 149 150 -
CMYK 0.63 0.01 0 0.41
HSL 180.64º 0.46% 0.4% -
HSV(B) 180.64º 0.63% 0.59% -
XYZ 17.88 24.54 32.65 -
YUV 121.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 56 149 150 0.63 0.01 0 0.41 180.64 0.46 0.4
Hex 38 95 96 3F 1 0 29 B5 2E 28
Octal 70 225 226 77 1 0 51 265 56 50
Binary 111000 10010101 10010110 111111 1 0 101001 10110101 101110 101000

Color Harmonies of #389596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389596

Black with #389596

Text Example


Text Example

White with #389596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389596; }

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

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

background-color css

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

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

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

border-color css

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

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

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