Html Css Color HEX #389694 Blue Chill

📋 copy color: '#389694'

red 56 ◦ green 150 ◦ blue 148

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

Shades of Blue Chill #389694

Tints of Blue Chill #389694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 15.82%
G = 42.37%
B = 41.81%

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

#389694 (or 0x389694) is known color: Blue Chill. HEX triplet: 38, 96 and 94. RGB value is (56,150,148). Sum of RGB (Red+Green+Blue) = 56+150+148=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #389694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389694 is #C7696B. Grayscale: #797979. Windows color (decimal): -13068652 or 9737784. OLE color: 9737784.

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

Color convert

RGB 56 150 148 -
CMYK 0.63 0 0.01 0.41
HSL 178.72º 0.46% 0.4% -
HSV(B) 178.72º 0.63% 0.59% -
XYZ 17.88 24.79 31.86 -
YUV 121.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 56 150 148 0.63 0 0.01 0.41 178.72 0.46 0.4
Hex 38 96 94 3F 0 1 29 B3 2E 28
Octal 70 226 224 77 0 1 51 263 56 50
Binary 111000 10010110 10010100 111111 0 1 101001 10110011 101110 101000

Color Harmonies of #389694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389694

Black with #389694

Text Example


Text Example

White with #389694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389694; }

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

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

background-color css

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

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

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

border-color css

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

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

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