Html Css Color HEX #316673 Blumine

📋 copy color: '#316673'

red 49 ◦ green 102 ◦ blue 115

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

Shades of Blumine #316673

Tints of Blumine #316673

RGB

 RED value IS 49 (19.53% from 255) = 18.42%

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

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

R = 18.42%
G = 38.35%
B = 43.23%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316673 (or 0x316673) is known color: Blumine. HEX triplet: 31, 66 and 73. RGB value is (49,102,115). Sum of RGB (Red+Green+Blue) = 49+102+115=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #316673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316673 is #CE998C. Grayscale: #575757. Windows color (decimal): -13539725 or 7562801. OLE color: 7562801.

HSL color Cylindrical-coordinate representation of color #316673: hue angle of 191.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316673 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 102 115 -
CMYK 0.57 0.11 0 0.55
HSL 191.82º 0.4% 0.32% -
HSV(B) 191.82º 0.57% 0.45% -
XYZ 9.11 11.39 17.94 -
YUV 87.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 49 102 115 0.57 0.11 0 0.55 191.82 0.4 0.32
Hex 31 66 73 39 B 0 37 C0 28 20
Octal 61 146 163 71 13 0 67 300 50 40
Binary 110001 1100110 1110011 111001 1011 0 110111 11000000 101000 100000

Color Harmonies of #316673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316673

Black with #316673

Text Example


Text Example

White with #316673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316673; }

 p { color: rgb(49,102,115); }

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

background-color css

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

 a { background-color: rgb(49,102,115); }

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

border-color css

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

 span { border-color: rgb(49,102,115); }

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