Html Css Color HEX #389891 Blue Chill

📋 copy color: '#389891'

red 56 ◦ green 152 ◦ blue 145

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

Shades of Blue Chill #389891

Tints of Blue Chill #389891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

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

R = 15.86%
G = 43.06%
B = 41.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#389891 (or 0x389891) is known color: Blue Chill. HEX triplet: 38, 98 and 91. RGB value is (56,152,145). Sum of RGB (Red+Green+Blue) = 56+152+145=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #389891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389891 is #C7676E. Grayscale: #7A7A7A. Windows color (decimal): -13068143 or 9541688. OLE color: 9541688.

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

Color convert

RGB 56 152 145 -
CMYK 0.63 0 0.05 0.40
HSL 175.63º 0.46% 0.41% -
HSV(B) 175.63º 0.63% 0.6% -
XYZ 17.97 25.34 30.73 -
YUV 122.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 56 152 145 0.63 0 0.05 0.40 175.63 0.46 0.41
Hex 38 98 91 3F 0 5 28 B0 2E 29
Octal 70 230 221 77 0 5 50 260 56 51
Binary 111000 10011000 10010001 111111 0 101 101000 10110000 101110 101001

Color Harmonies of #389891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389891

Black with #389891

Text Example


Text Example

White with #389891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389891; }

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

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

background-color css

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

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

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

border-color css

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

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

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