Html Css Color HEX #396773 Blumine

📋 copy color: '#396773'

red 57 ◦ green 103 ◦ blue 115

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

Shades of Blumine #396773

Tints of Blumine #396773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.82%

R = 20.73%
G = 37.45%
B = 41.82%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396773 (or 0x396773) is known color: Blumine. HEX triplet: 39, 67 and 73. RGB value is (57,103,115). Sum of RGB (Red+Green+Blue) = 57+103+115=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #396773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396773 is #C6988C. Grayscale: #5A5A5A. Windows color (decimal): -13015181 or 7563065. OLE color: 7563065.

HSL color Cylindrical-coordinate representation of color #396773: hue angle of 192.41º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396773 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 103 115 -
CMYK 0.50 0.10 0 0.55
HSL 192.41º 0.34% 0.34% -
HSV(B) 192.41º 0.5% 0.45% -
XYZ 9.63 11.81 17.99 -
YUV 90.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 57 103 115 0.50 0.10 0 0.55 192.41 0.34 0.34
Hex 39 67 73 32 A 0 37 C0 22 22
Octal 71 147 163 62 12 0 67 300 42 42
Binary 111001 1100111 1110011 110010 1010 0 110111 11000000 100010 100010

Color Harmonies of #396773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396773

Black with #396773

Text Example


Text Example

White with #396773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396773; }

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

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

background-color css

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

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

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

border-color css

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

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

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