Html Css Color HEX #396479 Blumine

📋 copy color: '#396479'

red 57 ◦ green 100 ◦ blue 121

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

Shades of Blumine #396479

Tints of Blumine #396479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 20.5%
G = 35.97%
B = 43.53%

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

#396479 (or 0x396479) is known color: Blumine. HEX triplet: 39, 64 and 79. RGB value is (57,100,121). Sum of RGB (Red+Green+Blue) = 57+100+121=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #396479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396479 is #C69B86. Grayscale: #595959. Windows color (decimal): -13015943 or 7955513. OLE color: 7955513.

HSL color Cylindrical-coordinate representation of color #396479: hue angle of 199.69º 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 #396479 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 100 121 -
CMYK 0.53 0.17 0 0.53
HSL 199.69º 0.36% 0.35% -
HSV(B) 199.69º 0.53% 0.47% -
XYZ 9.7 11.36 19.77 -
YUV 89.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 57 100 121 0.53 0.17 0 0.53 199.69 0.36 0.35
Hex 39 64 79 35 11 0 35 C8 24 23
Octal 71 144 171 65 21 0 65 310 44 43
Binary 111001 1100100 1111001 110101 10001 0 110101 11001000 100100 100011

Color Harmonies of #396479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396479

Black with #396479

Text Example


Text Example

White with #396479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396479; }

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

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

background-color css

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

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

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

border-color css

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

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

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