Html Css Color HEX #389399 Blue Chill

📋 copy color: '#389399'

red 56 ◦ green 147 ◦ blue 153

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

Shades of Blue Chill #389399

Tints of Blue Chill #389399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 15.73%
G = 41.29%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#389399 (or 0x389399) is known color: Blue Chill. HEX triplet: 38, 93 and 99. RGB value is (56,147,153). Sum of RGB (Red+Green+Blue) = 56+147+153=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #389399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389399 is #C76C66. Grayscale: #787878. Windows color (decimal): -13069415 or 10064696. OLE color: 10064696.

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

Color convert

RGB 56 147 153 -
CMYK 0.63 0.04 0 0.4
HSL 183.71º 0.46% 0.41% -
HSV(B) 183.71º 0.63% 0.6% -
XYZ 17.81 24.01 33.83 -
YUV 120.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 56 147 153 0.63 0.04 0 0.4 183.71 0.46 0.41
Hex 38 93 99 3F 4 0 28 B8 2E 29
Octal 70 223 231 77 4 0 50 270 56 51
Binary 111000 10010011 10011001 111111 100 0 101000 10111000 101110 101001

Color Harmonies of #389399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389399

Black with #389399

Text Example


Text Example

White with #389399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389399; }

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

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

background-color css

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

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

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

border-color css

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

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

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