Html Css Color HEX #389995 Blue Chill

📋 copy color: '#389995'

red 56 ◦ green 153 ◦ blue 149

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

Shades of Blue Chill #389995

Tints of Blue Chill #389995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 15.64%
G = 42.74%
B = 41.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#389995 (or 0x389995) is known color: Blue Chill. HEX triplet: 38, 99 and 95. RGB value is (56,153,149). Sum of RGB (Red+Green+Blue) = 56+153+149=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #389995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389995 is #C7666A. Grayscale: #7B7B7B. Windows color (decimal): -13067883 or 9804088. OLE color: 9804088.

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

Color convert

RGB 56 153 149 -
CMYK 0.63 0 0.03 0.4
HSL 177.53º 0.46% 0.41% -
HSV(B) 177.53º 0.63% 0.6% -
XYZ 18.45 25.79 32.44 -
YUV 123.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 56 153 149 0.63 0 0.03 0.4 177.53 0.46 0.41
Hex 38 99 95 3F 0 3 28 B2 2E 29
Octal 70 231 225 77 0 3 50 262 56 51
Binary 111000 10011001 10010101 111111 0 11 101000 10110010 101110 101001

Color Harmonies of #389995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389995

Black with #389995

Text Example


Text Example

White with #389995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389995; }

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

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

background-color css

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

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

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

border-color css

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

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

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