#31666E

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

Shades of Blumine #31666E

Tints of Blumine #31666E

Color information

#31666E (or 0x31666E) is unknown color: approx Blumine. HEX triplet: 31, 66 and 6E. RGB value is (49,102,110). Sum of RGB (Red+Green+Blue) = 49+102+110=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #31666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31666E is #CE9991. Grayscale: #565656. Windows color (decimal): -13539730 or 7235121. OLE color: 7235121.

HSL color Cylindrical-coordinate representation of color #31666E: hue angle of 187.87º 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 #31666E is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49102110-
CMYK0.550.0700.57
HSL187.87º38.36%31.18%-
HSV(B)187.87º55.45%43.14%-
XYZ8.8311.2816.46-
YUV87.06140.94100.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=18.77%
G=39.08%
B=42.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491021100.550.0700.57187.8738.3631.18
Hex31666E377039bc261f
Octal611461566770712744637
Binary1100011100110110111011011111101110011011110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31666E; }

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

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

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

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

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

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

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

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