Html Css Color HEX #396670 Blumine

📋 copy color: '#396670'

red 57 ◦ green 102 ◦ blue 112

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

Shades of Blumine #396670

Tints of Blumine #396670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 21.03%
G = 37.64%
B = 41.33%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396670 (or 0x396670) is known color: Blumine. HEX triplet: 39, 66 and 70. RGB value is (57,102,112). Sum of RGB (Red+Green+Blue) = 57+102+112=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #396670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396670 is #C6998F. Grayscale: #595959. Windows color (decimal): -13015440 or 7366201. OLE color: 7366201.

HSL color Cylindrical-coordinate representation of color #396670: hue angle of 190.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396670 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 102 112 -
CMYK 0.49 0.09 0 0.56
HSL 190.91º 0.33% 0.33% -
HSV(B) 190.91º 0.49% 0.44% -
XYZ 9.36 11.54 17.06 -
YUV 89.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 57 102 112 0.49 0.09 0 0.56 190.91 0.33 0.33
Hex 39 66 70 31 9 0 38 BF 21 21
Octal 71 146 160 61 11 0 70 277 41 41
Binary 111001 1100110 1110000 110001 1001 0 111000 10111111 100001 100001

Color Harmonies of #396670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396670

Black with #396670

Text Example


Text Example

White with #396670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396670; }

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

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

background-color css

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

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

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

border-color css

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

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

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