#31626D

Color #31626D Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #31626D

Tints of Blumine #31626D

Color information

#31626D (or 0x31626D) is unknown color: approx Blumine. HEX triplet: 31, 62 and 6D. RGB value is (49,98,109). Sum of RGB (Red+Green+Blue) = 49+98+109=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #31626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31626D is #CE9D92. Grayscale: #545454. Windows color (decimal): -13540755 or 7168561. OLE color: 7168561.

HSL color Cylindrical-coordinate representation of color #31626D: hue angle of 191º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31626D is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4998109-
CMYK0.550.1000.57
HSL191º37.97%30.98%-
HSV(B)191º55.05%42.75%-
XYZ8.3910.4916.05-
YUV84.6141.77102.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=19.14%
G=38.28%
B=42.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49981090.550.1000.5719137.9730.98
Hex31626D37A039bf261f
Octal6114215567120712774637
Binary11000111000101101101110111101001110011011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31626D; }

 p { color: rgb(49,98,109); }

 H1.HeaderClassName
 {
   color: #31626D;
 }
 .AnyTagClassName
 {
   color: #31626D;
 }
</style>
background-color css

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

 a { background-color: rgb(49,98,109); }

 div.DivClassName
 {
   background-color: #31626D;
 }
 .BgClassName
 {
   background-color: #31626D;
 }
</style>
border-color css

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

 span { border-color: rgb(49,98,109); }

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