Html Css Color HEX #396475 Blumine

📋 copy color: '#396475'

red 57 ◦ green 100 ◦ blue 117

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

Shades of Blumine #396475

Tints of Blumine #396475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 20.8%
G = 36.5%
B = 42.7%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396475 (or 0x396475) is known color: Blumine. HEX triplet: 39, 64 and 75. RGB value is (57,100,117). Sum of RGB (Red+Green+Blue) = 57+100+117=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #396475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396475 is #C69B8A. Grayscale: #585858. Windows color (decimal): -13015947 or 7693369. OLE color: 7693369.

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

Color convert

RGB 57 100 117 -
CMYK 0.51 0.15 0 0.54
HSL 197º 0.34% 0.34% -
HSV(B) 197º 0.51% 0.46% -
XYZ 9.46 11.27 18.51 -
YUV 89.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 57 100 117 0.51 0.15 0 0.54 197 0.34 0.34
Hex 39 64 75 33 F 0 36 C5 22 22
Octal 71 144 165 63 17 0 66 305 42 42
Binary 111001 1100100 1110101 110011 1111 0 110110 11000101 100010 100010

Color Harmonies of #396475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396475

Black with #396475

Text Example


Text Example

White with #396475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396475; }

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

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

background-color css

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

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

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

border-color css

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

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

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