Html Css Color HEX #396579 Blumine

📋 copy color: '#396579'

red 57 ◦ green 101 ◦ blue 121

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

Shades of Blumine #396579

Tints of Blumine #396579

RGB

 RED value IS 57 (22.66% from 255) = 20.43%

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 20.43%
G = 36.2%
B = 43.37%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396579 (or 0x396579) is known color: Blumine. HEX triplet: 39, 65 and 79. RGB value is (57,101,121). Sum of RGB (Red+Green+Blue) = 57+101+121=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #396579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396579 is #C69A86. Grayscale: #5A5A5A. Windows color (decimal): -13015687 or 7955769. OLE color: 7955769.

HSL color Cylindrical-coordinate representation of color #396579: hue angle of 198.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396579 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 101 121 -
CMYK 0.53 0.17 0 0.53
HSL 198.75º 0.36% 0.35% -
HSV(B) 198.75º 0.53% 0.47% -
XYZ 9.79 11.56 19.8 -
YUV 90.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 57 101 121 0.53 0.17 0 0.53 198.75 0.36 0.35
Hex 39 65 79 35 11 0 35 C7 24 23
Octal 71 145 171 65 21 0 65 307 44 43
Binary 111001 1100101 1111001 110101 10001 0 110101 11000111 100100 100011

Color Harmonies of #396579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396579

Black with #396579

Text Example


Text Example

White with #396579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396579; }

 p { color: rgb(57,101,121); }

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

background-color css

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

 a { background-color: rgb(57,101,121); }

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

border-color css

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

 span { border-color: rgb(57,101,121); }

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