Html Css Color HEX #389C94 Blue Chill

📋 copy color: '#389C94'

red 56 ◦ green 156 ◦ blue 148

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

Shades of Blue Chill #389C94

Tints of Blue Chill #389C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 15.56%
G = 43.33%
B = 41.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#389C94 (or 0x389C94) is known color: Blue Chill. HEX triplet: 38, 9C and 94. RGB value is (56,156,148). Sum of RGB (Red+Green+Blue) = 56+156+148=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #389C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C94 is #C7636B. Grayscale: #7D7D7D. Windows color (decimal): -13067116 or 9739320. OLE color: 9739320.

HSL color Cylindrical-coordinate representation of color #389C94: hue angle of 175.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C94 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 156 148 -
CMYK 0.64 0 0.05 0.39
HSL 175.2º 0.47% 0.42% -
HSV(B) 175.2º 0.64% 0.61% -
XYZ 18.86 26.76 32.19 -
YUV 125.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 56 156 148 0.64 0 0.05 0.39 175.2 0.47 0.42
Hex 38 9C 94 40 0 5 27 AF 2F 2A
Octal 70 234 224 100 0 5 47 257 57 52
Binary 111000 10011100 10010100 1000000 0 101 100111 10101111 101111 101010

Color Harmonies of #389C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C94

Black with #389C94

Text Example


Text Example

White with #389C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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