Html Css Color HEX #31637A Blumine

📋 copy color: '#31637A'

red 49 ◦ green 99 ◦ blue 122

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

Shades of Blumine #31637A

Tints of Blumine #31637A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 18.15%
G = 36.67%
B = 45.19%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31637A (or 0x31637A) is known color: Blumine. HEX triplet: 31, 63 and 7A. RGB value is (49,99,122). Sum of RGB (Red+Green+Blue) = 49+99+122=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #31637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31637A is #CE9C85. Grayscale: #565656. Windows color (decimal): -13540486 or 8020785. OLE color: 8020785.

HSL color Cylindrical-coordinate representation of color #31637A: hue angle of 198.9º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31637A is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 99 122 -
CMYK 0.60 0.19 0 0.52
HSL 198.9º 0.43% 0.34% -
HSV(B) 198.9º 0.6% 0.48% -
XYZ 9.24 10.98 20.04 -
YUV 86.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 49 99 122 0.60 0.19 0 0.52 198.9 0.43 0.34
Hex 31 63 7A 3C 13 0 34 C7 2B 22
Octal 61 143 172 74 23 0 64 307 53 42
Binary 110001 1100011 1111010 111100 10011 0 110100 11000111 101011 100010

Color Harmonies of #31637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31637A

Black with #31637A

Text Example


Text Example

White with #31637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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