Html Css Color HEX #389692 Blue Chill

📋 copy color: '#389692'

red 56 ◦ green 150 ◦ blue 146

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

Shades of Blue Chill #389692

Tints of Blue Chill #389692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 15.91%
G = 42.61%
B = 41.48%

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

#389692 (or 0x389692) is known color: Blue Chill. HEX triplet: 38, 96 and 92. RGB value is (56,150,146). Sum of RGB (Red+Green+Blue) = 56+150+146=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #389692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389692 is #C7696D. Grayscale: #797979. Windows color (decimal): -13068654 or 9606712. OLE color: 9606712.

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

Color convert

RGB 56 150 146 -
CMYK 0.63 0 0.03 0.41
HSL 177.45º 0.46% 0.4% -
HSV(B) 177.45º 0.63% 0.59% -
XYZ 17.73 24.73 31.03 -
YUV 121.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 56 150 146 0.63 0 0.03 0.41 177.45 0.46 0.4
Hex 38 96 92 3F 0 3 29 B1 2E 28
Octal 70 226 222 77 0 3 51 261 56 50
Binary 111000 10010110 10010010 111111 0 11 101001 10110001 101110 101000

Color Harmonies of #389692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389692

Black with #389692

Text Example


Text Example

White with #389692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389692; }

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

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

background-color css

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

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

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

border-color css

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

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

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