Html Css Color HEX #389096 Blue Chill

📋 copy color: '#389096'

red 56 ◦ green 144 ◦ blue 150

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

Shades of Blue Chill #389096

Tints of Blue Chill #389096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 16%
G = 41.14%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#389096 (or 0x389096) is known color: Blue Chill. HEX triplet: 38, 90 and 96. RGB value is (56,144,150). Sum of RGB (Red+Green+Blue) = 56+144+150=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #389096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389096 is #C76F69. Grayscale: #767676. Windows color (decimal): -13070186 or 9867320. OLE color: 9867320.

HSL color Cylindrical-coordinate representation of color #389096: hue angle of 183.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389096 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 144 150 -
CMYK 0.63 0.04 0 0.41
HSL 183.83º 0.46% 0.4% -
HSV(B) 183.83º 0.63% 0.59% -
XYZ 17.11 22.99 32.39 -
YUV 118.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 56 144 150 0.63 0.04 0 0.41 183.83 0.46 0.4
Hex 38 90 96 3F 4 0 29 B8 2E 28
Octal 70 220 226 77 4 0 51 270 56 50
Binary 111000 10010000 10010110 111111 100 0 101001 10111000 101110 101000

Color Harmonies of #389096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389096

Black with #389096

Text Example


Text Example

White with #389096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389096; }

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

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

background-color css

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

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

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

border-color css

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

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

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