Html Css Color HEX #389990 Blue Chill

📋 copy color: '#389990'

red 56 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #389990

Tints of Blue Chill #389990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 15.86%
G = 43.34%
B = 40.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#389990 (or 0x389990) is known color: Blue Chill. HEX triplet: 38, 99 and 90. RGB value is (56,153,144). Sum of RGB (Red+Green+Blue) = 56+153+144=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #389990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389990 is #C7666F. Grayscale: #7A7A7A. Windows color (decimal): -13067888 or 9476408. OLE color: 9476408.

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

Color convert

RGB 56 153 144 -
CMYK 0.63 0 0.06 0.4
HSL 174.43º 0.46% 0.41% -
HSV(B) 174.43º 0.63% 0.6% -
XYZ 18.06 25.64 30.38 -
YUV 122.97 139.86 80.23 -
System Red Green Blue C M Y K H S L
Decimal 56 153 144 0.63 0 0.06 0.4 174.43 0.46 0.41
Hex 38 99 90 3F 0 6 28 AE 2E 29
Octal 70 231 220 77 0 6 50 256 56 51
Binary 111000 10011001 10010000 111111 0 110 101000 10101110 101110 101001

Color Harmonies of #389990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389990

Black with #389990

Text Example


Text Example

White with #389990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389990; }

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

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

background-color css

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

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

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

border-color css

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

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

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