Html Css Color HEX #389089 Blue Chill

📋 copy color: '#389089'

red 56 ◦ green 144 ◦ blue 137

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

Shades of Blue Chill #389089

Tints of Blue Chill #389089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 16.62%
G = 42.73%
B = 40.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#389089 (or 0x389089) is known color: Blue Chill. HEX triplet: 38, 90 and 89. RGB value is (56,144,137). Sum of RGB (Red+Green+Blue) = 56+144+137=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #389089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389089 is #C76F76. Grayscale: #747474. Windows color (decimal): -13070199 or 9015352. OLE color: 9015352.

HSL color Cylindrical-coordinate representation of color #389089: hue angle of 175.23º 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 #389089 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 137 -
CMYK 0.61 0 0.05 0.44
HSL 175.23º 0.44% 0.39% -
HSV(B) 175.23º 0.61% 0.56% -
XYZ 16.12 22.59 27.18 -
YUV 116.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 56 144 137 0.61 0 0.05 0.44 175.23 0.44 0.39
Hex 38 90 89 3D 0 5 2C AF 2C 27
Octal 70 220 211 75 0 5 54 257 54 47
Binary 111000 10010000 10001001 111101 0 101 101100 10101111 101100 100111

Color Harmonies of #389089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389089

Black with #389089

Text Example


Text Example

White with #389089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389089; }

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

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

background-color css

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

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

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

border-color css

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

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

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