Html Css Color HEX #396676 Blumine

📋 copy color: '#396676'

red 57 ◦ green 102 ◦ blue 118

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

Shades of Blumine #396676

Tints of Blumine #396676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 20.58%
G = 36.82%
B = 42.6%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396676 (or 0x396676) is known color: Blumine. HEX triplet: 39, 66 and 76. RGB value is (57,102,118). Sum of RGB (Red+Green+Blue) = 57+102+118=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #396676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396676 is #C69989. Grayscale: #5A5A5A. Windows color (decimal): -13015434 or 7759417. OLE color: 7759417.

HSL color Cylindrical-coordinate representation of color #396676: hue angle of 195.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396676 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 102 118 -
CMYK 0.52 0.14 0 0.54
HSL 195.74º 0.35% 0.34% -
HSV(B) 195.74º 0.52% 0.46% -
XYZ 9.71 11.68 18.88 -
YUV 90.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 57 102 118 0.52 0.14 0 0.54 195.74 0.35 0.34
Hex 39 66 76 34 E 0 36 C4 23 22
Octal 71 146 166 64 16 0 66 304 43 42
Binary 111001 1100110 1110110 110100 1110 0 110110 11000100 100011 100010

Color Harmonies of #396676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396676

Black with #396676

Text Example


Text Example

White with #396676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396676; }

 p { color: rgb(57,102,118); }

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

background-color css

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

 a { background-color: rgb(57,102,118); }

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

border-color css

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

 span { border-color: rgb(57,102,118); }

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