Html Css Color HEX #389693 Blue Chill

📋 copy color: '#389693'

red 56 ◦ green 150 ◦ blue 147

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

Shades of Blue Chill #389693

Tints of Blue Chill #389693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 15.86%
G = 42.49%
B = 41.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#389693 (or 0x389693) is known color: Blue Chill. HEX triplet: 38, 96 and 93. RGB value is (56,150,147). Sum of RGB (Red+Green+Blue) = 56+150+147=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #389693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389693 is #C7696C. Grayscale: #797979. Windows color (decimal): -13068653 or 9672248. OLE color: 9672248.

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

Color convert

RGB 56 150 147 -
CMYK 0.63 0 0.02 0.41
HSL 178.09º 0.46% 0.4% -
HSV(B) 178.09º 0.63% 0.59% -
XYZ 17.8 24.76 31.44 -
YUV 121.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 56 150 147 0.63 0 0.02 0.41 178.09 0.46 0.4
Hex 38 96 93 3F 0 2 29 B2 2E 28
Octal 70 226 223 77 0 2 51 262 56 50
Binary 111000 10010110 10010011 111111 0 10 101001 10110010 101110 101000

Color Harmonies of #389693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389693

Black with #389693

Text Example


Text Example

White with #389693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389693; }

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

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

background-color css

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

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

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

border-color css

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

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

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