Html Css Color HEX #389086 Blue Chill

📋 copy color: '#389086'

red 56 ◦ green 144 ◦ blue 134

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

Shades of Blue Chill #389086

Tints of Blue Chill #389086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 16.77%
G = 43.11%
B = 40.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#389086 (or 0x389086) is known color: Blue Chill. HEX triplet: 38, 90 and 86. RGB value is (56,144,134). Sum of RGB (Red+Green+Blue) = 56+144+134=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #389086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389086 is #C76F79. Grayscale: #747474. Windows color (decimal): -13070202 or 8818744. OLE color: 8818744.

HSL color Cylindrical-coordinate representation of color #389086: hue angle of 173.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389086 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 134 -
CMYK 0.61 0 0.07 0.44
HSL 173.18º 0.44% 0.39% -
HSV(B) 173.18º 0.61% 0.56% -
XYZ 15.91 22.51 26.06 -
YUV 116.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 56 144 134 0.61 0 0.07 0.44 173.18 0.44 0.39
Hex 38 90 86 3D 0 7 2C AD 2C 27
Octal 70 220 206 75 0 7 54 255 54 47
Binary 111000 10010000 10000110 111101 0 111 101100 10101101 101100 100111

Color Harmonies of #389086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389086

Black with #389086

Text Example


Text Example

White with #389086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389086; }

 p { color: rgb(56,144,134); }

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

background-color css

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

 a { background-color: rgb(56,144,134); }

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

border-color css

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

 span { border-color: rgb(56,144,134); }

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