Html Css Color HEX #396477 Blumine

📋 copy color: '#396477'

red 57 ◦ green 100 ◦ blue 119

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

Shades of Blumine #396477

Tints of Blumine #396477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 20.65%
G = 36.23%
B = 43.12%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396477 (or 0x396477) is known color: Blumine. HEX triplet: 39, 64 and 77. RGB value is (57,100,119). Sum of RGB (Red+Green+Blue) = 57+100+119=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #396477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396477 is #C69B88. Grayscale: #595959. Windows color (decimal): -13015945 or 7824441. OLE color: 7824441.

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

Color convert

RGB 57 100 119 -
CMYK 0.52 0.16 0 0.53
HSL 198.39º 0.35% 0.35% -
HSV(B) 198.39º 0.52% 0.47% -
XYZ 9.57 11.32 19.13 -
YUV 89.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 57 100 119 0.52 0.16 0 0.53 198.39 0.35 0.35
Hex 39 64 77 34 10 0 35 C6 23 23
Octal 71 144 167 64 20 0 65 306 43 43
Binary 111001 1100100 1110111 110100 10000 0 110101 11000110 100011 100011

Color Harmonies of #396477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396477

Black with #396477

Text Example


Text Example

White with #396477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396477; }

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

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

background-color css

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

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

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

border-color css

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

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

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