Html Css Color HEX #31677C Blumine

📋 copy color: '#31677C'

red 49 ◦ green 103 ◦ blue 124

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

Shades of Blumine #31677C

Tints of Blumine #31677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 17.75%
G = 37.32%
B = 44.93%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31677C (or 0x31677C) is known color: Blumine. HEX triplet: 31, 67 and 7C. RGB value is (49,103,124). Sum of RGB (Red+Green+Blue) = 49+103+124=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #31677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677C is #CE9883. Grayscale: #595959. Windows color (decimal): -13539460 or 8152881. OLE color: 8152881.

HSL color Cylindrical-coordinate representation of color #31677C: hue angle of 196.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31677C is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 103 124 -
CMYK 0.60 0.17 0 0.51
HSL 196.8º 0.43% 0.34% -
HSV(B) 196.8º 0.6% 0.49% -
XYZ 9.75 11.81 20.83 -
YUV 89.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 49 103 124 0.60 0.17 0 0.51 196.8 0.43 0.34
Hex 31 67 7C 3C 11 0 33 C5 2B 22
Octal 61 147 174 74 21 0 63 305 53 42
Binary 110001 1100111 1111100 111100 10001 0 110011 11000101 101011 100010

Color Harmonies of #31677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31677C

Black with #31677C

Text Example


Text Example

White with #31677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31677C; }

 p { color: rgb(49,103,124); }

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

background-color css

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

 a { background-color: rgb(49,103,124); }

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

border-color css

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

 span { border-color: rgb(49,103,124); }

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