Html Css Color HEX #389991 Blue Chill

📋 copy color: '#389991'

red 56 ◦ green 153 ◦ blue 145

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

Shades of Blue Chill #389991

Tints of Blue Chill #389991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 15.82%
G = 43.22%
B = 40.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#389991 (or 0x389991) is known color: Blue Chill. HEX triplet: 38, 99 and 91. RGB value is (56,153,145). Sum of RGB (Red+Green+Blue) = 56+153+145=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #389991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389991 is #C7666E. Grayscale: #7B7B7B. Windows color (decimal): -13067887 or 9541944. OLE color: 9541944.

HSL color Cylindrical-coordinate representation of color #389991: hue angle of 175.05º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389991 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 145 -
CMYK 0.63 0 0.05 0.4
HSL 175.05º 0.46% 0.41% -
HSV(B) 175.05º 0.63% 0.6% -
XYZ 18.13 25.67 30.79 -
YUV 123.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 56 153 145 0.63 0 0.05 0.4 175.05 0.46 0.41
Hex 38 99 91 3F 0 5 28 AF 2E 29
Octal 70 231 221 77 0 5 50 257 56 51
Binary 111000 10011001 10010001 111111 0 101 101000 10101111 101110 101001

Color Harmonies of #389991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389991

Black with #389991

Text Example


Text Example

White with #389991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389991; }

 p { color: rgb(56,153,145); }

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

background-color css

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

 a { background-color: rgb(56,153,145); }

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

border-color css

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

 span { border-color: rgb(56,153,145); }

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