Html Css Color HEX #389899 Blue Chill

📋 copy color: '#389899'

red 56 ◦ green 152 ◦ blue 153

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

Shades of Blue Chill #389899

Tints of Blue Chill #389899

RGB

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

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

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

R = 15.51%
G = 42.11%
B = 42.38%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#389899 (or 0x389899) is known color: Blue Chill. HEX triplet: 38, 98 and 99. RGB value is (56,152,153). Sum of RGB (Red+Green+Blue) = 56+152+153=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #389899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389899 is #C76766. Grayscale: #7B7B7B. Windows color (decimal): -13068135 or 10065976. OLE color: 10065976.

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

Color convert

RGB 56 152 153 -
CMYK 0.63 0.01 0 0.4
HSL 180.62º 0.46% 0.41% -
HSV(B) 180.62º 0.63% 0.6% -
XYZ 18.61 25.6 34.1 -
YUV 123.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 56 152 153 0.63 0.01 0 0.4 180.62 0.46 0.41
Hex 38 98 99 3F 1 0 28 B5 2E 29
Octal 70 230 231 77 1 0 50 265 56 51
Binary 111000 10011000 10011001 111111 1 0 101000 10110101 101110 101001

Color Harmonies of #389899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389899

Black with #389899

Text Example


Text Example

White with #389899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389899; }

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

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

background-color css

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

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

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

border-color css

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

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

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