Html Css Color HEX #396775 Blumine

📋 copy color: '#396775'

red 57 ◦ green 103 ◦ blue 117

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

Shades of Blumine #396775

Tints of Blumine #396775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

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

R = 20.58%
G = 37.18%
B = 42.24%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396775 (or 0x396775) is known color: Blumine. HEX triplet: 39, 67 and 75. RGB value is (57,103,117). Sum of RGB (Red+Green+Blue) = 57+103+117=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #396775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396775 is #C6988A. Grayscale: #5A5A5A. Windows color (decimal): -13015179 or 7694137. OLE color: 7694137.

HSL color Cylindrical-coordinate representation of color #396775: hue angle of 194º 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 #396775 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 103 117 -
CMYK 0.51 0.12 0 0.54
HSL 194º 0.34% 0.34% -
HSV(B) 194º 0.51% 0.46% -
XYZ 9.75 11.85 18.6 -
YUV 90.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 57 103 117 0.51 0.12 0 0.54 194 0.34 0.34
Hex 39 67 75 33 C 0 36 C2 22 22
Octal 71 147 165 63 14 0 66 302 42 42
Binary 111001 1100111 1110101 110011 1100 0 110110 11000010 100010 100010

Color Harmonies of #396775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396775

Black with #396775

Text Example


Text Example

White with #396775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396775; }

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

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

background-color css

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

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

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

border-color css

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

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

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