Html Css Color HEX #389794 Blue Chill

📋 copy color: '#389794'

red 56 ◦ green 151 ◦ blue 148

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

Shades of Blue Chill #389794

Tints of Blue Chill #389794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 15.77%
G = 42.54%
B = 41.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#389794 (or 0x389794) is known color: Blue Chill. HEX triplet: 38, 97 and 94. RGB value is (56,151,148). Sum of RGB (Red+Green+Blue) = 56+151+148=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #389794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389794 is #C7686B. Grayscale: #7A7A7A. Windows color (decimal): -13068396 or 9738040. OLE color: 9738040.

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

Color convert

RGB 56 151 148 -
CMYK 0.63 0 0.02 0.41
HSL 178.11º 0.46% 0.41% -
HSV(B) 178.11º 0.63% 0.59% -
XYZ 18.04 25.11 31.91 -
YUV 122.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 56 151 148 0.63 0 0.02 0.41 178.11 0.46 0.41
Hex 38 97 94 3F 0 2 29 B2 2E 29
Octal 70 227 224 77 0 2 51 262 56 51
Binary 111000 10010111 10010100 111111 0 10 101001 10110010 101110 101001

Color Harmonies of #389794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389794

Black with #389794

Text Example


Text Example

White with #389794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389794; }

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

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

background-color css

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

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

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

border-color css

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

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

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