Html Css Color HEX #389691 Blue Chill

📋 copy color: '#389691'

red 56 ◦ green 150 ◦ blue 145

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

Shades of Blue Chill #389691

Tints of Blue Chill #389691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 15.95%
G = 42.74%
B = 41.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#389691 (or 0x389691) is known color: Blue Chill. HEX triplet: 38, 96 and 91. RGB value is (56,150,145). Sum of RGB (Red+Green+Blue) = 56+150+145=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #389691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389691 is #C7696E. Grayscale: #797979. Windows color (decimal): -13068655 or 9541176. OLE color: 9541176.

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

Color convert

RGB 56 150 145 -
CMYK 0.63 0 0.03 0.41
HSL 176.81º 0.46% 0.4% -
HSV(B) 176.81º 0.63% 0.59% -
XYZ 17.65 24.7 30.63 -
YUV 121.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 56 150 145 0.63 0 0.03 0.41 176.81 0.46 0.4
Hex 38 96 91 3F 0 3 29 B1 2E 28
Octal 70 226 221 77 0 3 51 261 56 50
Binary 111000 10010110 10010001 111111 0 11 101001 10110001 101110 101000

Color Harmonies of #389691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389691

Black with #389691

Text Example


Text Example

White with #389691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389691; }

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

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

background-color css

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

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

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

border-color css

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

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

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