Html Css Color HEX #389496 Blue Chill

📋 copy color: '#389496'

red 56 ◦ green 148 ◦ blue 150

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

Shades of Blue Chill #389496

Tints of Blue Chill #389496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 15.82%
G = 41.81%
B = 42.37%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#389496 (or 0x389496) is known color: Blue Chill. HEX triplet: 38, 94 and 96. RGB value is (56,148,150). Sum of RGB (Red+Green+Blue) = 56+148+150=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #389496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389496 is #C76B69. Grayscale: #787878. Windows color (decimal): -13069162 or 9868344. OLE color: 9868344.

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

Color convert

RGB 56 148 150 -
CMYK 0.63 0.01 0 0.41
HSL 181.28º 0.46% 0.4% -
HSV(B) 181.28º 0.63% 0.59% -
XYZ 17.73 24.22 32.6 -
YUV 120.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 56 148 150 0.63 0.01 0 0.41 181.28 0.46 0.4
Hex 38 94 96 3F 1 0 29 B5 2E 28
Octal 70 224 226 77 1 0 51 265 56 50
Binary 111000 10010100 10010110 111111 1 0 101001 10110101 101110 101000

Color Harmonies of #389496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389496

Black with #389496

Text Example


Text Example

White with #389496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389496; }

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

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

background-color css

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

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

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

border-color css

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

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

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