Html Css Color HEX #31636C Blumine

📋 copy color: '#31636C'

red 49 ◦ green 99 ◦ blue 108

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

Shades of Blumine #31636C

Tints of Blumine #31636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 19.14%
G = 38.67%
B = 42.19%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31636C (or 0x31636C) is known color: Blumine. HEX triplet: 31, 63 and 6C. RGB value is (49,99,108). Sum of RGB (Red+Green+Blue) = 49+99+108=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #31636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31636C is #CE9C93. Grayscale: #545454. Windows color (decimal): -13540500 or 7103281. OLE color: 7103281.

HSL color Cylindrical-coordinate representation of color #31636C: hue angle of 189.15º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31636C is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 99 108 -
CMYK 0.55 0.08 0 0.58
HSL 189.15º 0.38% 0.31% -
HSV(B) 189.15º 0.55% 0.42% -
XYZ 8.44 10.66 15.8 -
YUV 85.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 49 99 108 0.55 0.08 0 0.58 189.15 0.38 0.31
Hex 31 63 6C 37 8 0 3A BD 26 1F
Octal 61 143 154 67 10 0 72 275 46 37
Binary 110001 1100011 1101100 110111 1000 0 111010 10111101 100110 11111

Color Harmonies of #31636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31636C

Black with #31636C

Text Example


Text Example

White with #31636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,99,108); }

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

background-color css

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

 a { background-color: rgb(49,99,108); }

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

border-color css

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

 span { border-color: rgb(49,99,108); }

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