Html Css Color HEX #396377 Blumine

📋 copy color: '#396377'

red 57 ◦ green 99 ◦ blue 119

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

Shades of Blumine #396377

Tints of Blumine #396377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 20.73%
G = 36%
B = 43.27%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396377 (or 0x396377) is known color: Blumine. HEX triplet: 39, 63 and 77. RGB value is (57,99,119). Sum of RGB (Red+Green+Blue) = 57+99+119=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #396377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396377 is #C69C88. Grayscale: #585858. Windows color (decimal): -13016201 or 7824185. OLE color: 7824185.

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

Color convert

RGB 57 99 119 -
CMYK 0.52 0.17 0 0.53
HSL 199.35º 0.35% 0.35% -
HSV(B) 199.35º 0.52% 0.47% -
XYZ 9.48 11.13 19.1 -
YUV 88.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 57 99 119 0.52 0.17 0 0.53 199.35 0.35 0.35
Hex 39 63 77 34 11 0 35 C7 23 23
Octal 71 143 167 64 21 0 65 307 43 43
Binary 111001 1100011 1110111 110100 10001 0 110101 11000111 100011 100011

Color Harmonies of #396377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396377

Black with #396377

Text Example


Text Example

White with #396377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396377; }

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

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

background-color css

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

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

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

border-color css

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

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

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