Html Css Color HEX #396470 Blumine

📋 copy color: '#396470'

red 57 ◦ green 100 ◦ blue 112

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

Shades of Blumine #396470

Tints of Blumine #396470

RGB

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

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

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

R = 21.19%
G = 37.17%
B = 41.64%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396470 (or 0x396470) is known color: Blumine. HEX triplet: 39, 64 and 70. RGB value is (57,100,112). Sum of RGB (Red+Green+Blue) = 57+100+112=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #396470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396470 is #C69B8F. Grayscale: #585858. Windows color (decimal): -13015952 or 7365689. OLE color: 7365689.

HSL color Cylindrical-coordinate representation of color #396470: hue angle of 193.09º 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 #396470 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 100 112 -
CMYK 0.49 0.11 0 0.56
HSL 193.09º 0.33% 0.33% -
HSV(B) 193.09º 0.49% 0.44% -
XYZ 9.17 11.15 17 -
YUV 88.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 57 100 112 0.49 0.11 0 0.56 193.09 0.33 0.33
Hex 39 64 70 31 B 0 38 C1 21 21
Octal 71 144 160 61 13 0 70 301 41 41
Binary 111001 1100100 1110000 110001 1011 0 111000 11000001 100001 100001

Color Harmonies of #396470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396470

Black with #396470

Text Example


Text Example

White with #396470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396470; }

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

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

background-color css

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

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

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

border-color css

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

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

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