Html Css Color HEX #389294 Blue Chill

📋 copy color: '#389294'

red 56 ◦ green 146 ◦ blue 148

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

Shades of Blue Chill #389294

Tints of Blue Chill #389294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 16%
G = 41.71%
B = 42.29%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#389294 (or 0x389294) is known color: Blue Chill. HEX triplet: 38, 92 and 94. RGB value is (56,146,148). Sum of RGB (Red+Green+Blue) = 56+146+148=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #389294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389294 is #C76D6B. Grayscale: #777777. Windows color (decimal): -13069676 or 9736760. OLE color: 9736760.

HSL color Cylindrical-coordinate representation of color #389294: hue angle of 181.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389294 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 146 148 -
CMYK 0.62 0.01 0 0.42
HSL 181.3º 0.45% 0.4% -
HSV(B) 181.3º 0.62% 0.58% -
XYZ 17.26 23.54 31.65 -
YUV 119.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 56 146 148 0.62 0.01 0 0.42 181.3 0.45 0.4
Hex 38 92 94 3E 1 0 2A B5 2D 28
Octal 70 222 224 76 1 0 52 265 55 50
Binary 111000 10010010 10010100 111110 1 0 101010 10110101 101101 101000

Color Harmonies of #389294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389294

Black with #389294

Text Example


Text Example

White with #389294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389294; }

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

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

background-color css

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

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

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

border-color css

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

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

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